aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/addressbook.error.xml
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-29 21:30:38 +0800
committerMilan Crha <mcrha@redhat.com>2011-06-29 21:30:38 +0800
commit5c164275ac5835266ef26d1c9960510c5cc5d555 (patch)
tree23d128b68b86e7469de60b0da9b05fe9af64c455 /addressbook/addressbook.error.xml
parent3fbb69cbcb1e0020590d3f55d70ca371af4bca6d (diff)
downloadgsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.gz
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.bz2
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.lz
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.xz
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.zst
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.zip
Bug #224687 - Various fixes in contact list editor
- fixed order of buttons in duplicate adding confirmation dialog - in the editor, don't display email addresses in sublist nodes - automatically remove sublists with no children
Diffstat (limited to 'addressbook/addressbook.error.xml')
-rw-r--r--addressbook/addressbook.error.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml
index 6a7dc4be6a..88010edf12 100644
--- a/addressbook/addressbook.error.xml
+++ b/addressbook/addressbook.error.xml
@@ -98,8 +98,16 @@
<button stock="gtk-ok" _label="_Add" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="ask-list-add-some-mails-exist" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Some addresses already exist in this contact list.</_primary>
+ <_secondary>You are trying to add addresses that are part of this list already. Would you like to add them anyway?</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="Skip duplicates" response="GTK_RESPONSE_NO"/>
+ <button _label="Add with duplicates" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="ask-list-add-list-exists" type="question" default="GTK_RESPONSE_NO">
- <_primary>'{0}' is already in this contact list.</_primary>
+ <_primary>List '{0}' is already in this contact list.</_primary>
<_secondary>A contact list named '{0}' is already in this contact list. Would you like to add it anyway?</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-ok" _label="_Add" response="GTK_RESPONSE_YES"/>