aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-26 23:25:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-03 23:40:14 +0800
commit8c99b707e70886f23bd11be088a55b9fc5e54308 (patch)
tree97ddc4c504aab48a97191bfec35e8476ab47ef3f /calendar
parent53aa02a92369bd04eae2b1cf1e31dfc8f32044a8 (diff)
downloadgsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.tar
gsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.tar.gz
gsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.tar.bz2
gsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.tar.lz
gsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.tar.xz
gsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.tar.zst
gsoc2013-evolution-8c99b707e70886f23bd11be088a55b9fc5e54308.zip
e-cal-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 d54f6c5a66..5f3e2250c0 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -219,6 +219,13 @@
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="prompt-delete-remote-calendar" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Delete remote calendar &quot;{0}&quot;?</_primary>
+ <_secondary>This will permanently remove the calendar &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>