diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-27 18:38:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-27 18:38:33 +0800 |
commit | 2759c2e3a72c5c2e8a7b35eb1342221c3813380b (patch) | |
tree | 36a29a3adfb1f5ff938beda7a1dc22d6b3520351 /addressbook | |
parent | eaca5de27a99671161919ef55ea10759828f2be5 (diff) | |
download | gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.tar.gz gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.tar.zst gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.zip |
** Fix for bug #438613
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #438613
* addressbook/addressbook.error.xml:
Improved "contact-delete-error-perm" secondary text.
* calendar/calendar.error.xml: New message "prompt-read-only-cal-editor".
* calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb): Use different read-only message when checking
from contact editor and from calendar UI.
svn path=/trunk/; revision=35260
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/addressbook.error.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d9ff008e20..3e9a670d63 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2008-03-27 Milan Crha <mcrha@redhat.com> + ** Fix for bug #438613 + + * addressbook.error.xml: + Improved "contact-delete-error-perm" secondary text. + +2008-03-27 Milan Crha <mcrha@redhat.com> + ** Fix for bug #316572 * gui/component/ldap-config.glade: Do not translate unused text. diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index c441845f2a..ceec857adf 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -115,7 +115,7 @@ <error id="contact-delete-error-perm" type="warning"> <_primary>Failed to delete contact</_primary> - <_secondary>Permission Denied.</_secondary> + <_secondary>You do not have enough permissions to delete contact in this Address Book.</_secondary> </error> <error id="error-read-only" type="error" default="GTK_RESPONSE_YES"> |