diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-29 21:30:38 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:35 +0800 |
commit | b9ee422f50e9c634baa674347a139807b8085a5e (patch) | |
tree | 39401760ca0fdfc6c5df02624b6d7d0157e50802 /addressbook/addressbook.error.xml | |
parent | 85f66e2199c571da3b4ff454b8e96249ce968321 (diff) | |
download | gsoc2013-evolution-b9ee422f50e9c634baa674347a139807b8085a5e.tar.gz gsoc2013-evolution-b9ee422f50e9c634baa674347a139807b8085a5e.tar.zst gsoc2013-evolution-b9ee422f50e9c634baa674347a139807b8085a5e.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.xml | 10 |
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"/> |