diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 22:42:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-03 23:40:13 +0800 |
commit | 53aa02a92369bd04eae2b1cf1e31dfc8f32044a8 (patch) | |
tree | a5cc445ccc469d60c6c7f2c71f55ca0f68e677eb /addressbook | |
parent | 6055337bbac4e516c2c5b41b965fbffce6cf69c6 (diff) | |
download | gsoc2013-evolution-53aa02a92369bd04eae2b1cf1e31dfc8f32044a8.tar.gz gsoc2013-evolution-53aa02a92369bd04eae2b1cf1e31dfc8f32044a8.tar.zst gsoc2013-evolution-53aa02a92369bd04eae2b1cf1e31dfc8f32044a8.zip |
e-book-shell-view-actions.c: Support deleting remote resources.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/addressbook.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index a616e5f114..85151157a9 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -39,6 +39,13 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> + <error id="ask-delete-remote-addressbook" type="question" default="GTK_RESPONSE_CANCEL"> + <_primary>Delete remote address book "{0}"?</_primary> + <_secondary>This will permanently remove the address book "{0}" from the server. Are you sure you want to proceed?</_secondary> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Delete From Server" response="GTK_RESPONSE_YES"/> + </error> + <error id="edit-categories" type="error"> <_primary>Category editor not available.</_primary> </error> |