diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-08-07 16:24:35 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-08-07 16:24:35 +0800 |
commit | fa8b494f312cbcfa6306d5a6628757befc348346 (patch) | |
tree | f67a4e529da94c24559c3b0574f8e050f510b15d /addressbook/addressbook.error.xml | |
parent | 3bb8860c1ef3b758a1f1516c3eb34221ebf27105 (diff) | |
download | gsoc2013-evolution-fa8b494f312cbcfa6306d5a6628757befc348346.tar.gz gsoc2013-evolution-fa8b494f312cbcfa6306d5a6628757befc348346.tar.zst gsoc2013-evolution-fa8b494f312cbcfa6306d5a6628757befc348346.zip |
Added a callback to handle contact deletion error and corresponding error
strings. Fixes #260403.
svn path=/trunk/; revision=32483
Diffstat (limited to 'addressbook/addressbook.error.xml')
-rw-r--r-- | addressbook/addressbook.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index e5052416af..446e51c05b 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -108,4 +108,9 @@ <_secondary>Currently you can access only GroupWise System Address Book from Evolution. Please use some other GroupWise mail client once, to get your GroupWise Frequent Contacts and Groupwise Personal Contacts folders.</_secondary> </error> + <error id="contact-delete-error-perm" type="warning"> + <_primary>Failed to delete contact</_primary> + <_secondary>Permission Denied.</_secondary> + </error> + </error-list> |