aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-26 23:44:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-03 23:40:14 +0800
commit5a05dd7b319b2f2f3a236f7e492e317558e093d0 (patch)
treeb2be7fb6746a93f7c7d82c0b96294c29b8b3292e /calendar
parentbb8597fa1b24fe4865cfa413a53ebee1cdcebcda (diff)
downloadgsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.tar
gsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.tar.gz
gsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.tar.bz2
gsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.tar.lz
gsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.tar.xz
gsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.tar.zst
gsoc2013-evolution-5a05dd7b319b2f2f3a236f7e492e317558e093d0.zip
e-memo-shell-view-actions.c: Support deleting remote resources.
Diffstat (limited to 'calendar')
-rw-r--r--calendar/calendar.error.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index 3d5140d03c..884fab9d6e 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -233,6 +233,13 @@
<button _label="_Delete From Server" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="prompt-delete-remote-memo-list" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Delete remote memo list &quot;{0}&quot;?</_primary>
+ <_secondary>This will permanently remote the memo list &quot;{0}&quot; 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="prompt-save-no-subject-calendar" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to save the appointment without a summary?</_primary>
<_secondary>Adding a meaningful summary to your appointment will give you an idea of what your appointment is about.</_secondary>