diff options
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"> |