aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.error.xml
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2013-07-12 20:48:38 +0800
committerFabiano FidĂȘncio <fabiano@fidencio.org>2013-07-17 17:44:24 +0800
commit09e7cfcd0d578ea88b31ce39d50f27ad76974ba2 (patch)
tree8d31fea633715cb408167220ceadf93cc6c45ffe /calendar/calendar.error.xml
parent5818e4c241dec1a0846e83820c50c9c50a003d76 (diff)
downloadgsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.gz
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.bz2
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.lz
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.xz
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.zst
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.zip
Bug #703899 - Moving a meeting does not ask for confirmation
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r--calendar/calendar.error.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index d506a21c07..ee526b60cb 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -99,6 +99,13 @@
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="prompt-save-meeting-dragged-or-resized" type="warning" default="GTK_RESPONSE_CANCEL">
+ <_primary>Would you like to save your changes to this meeting?</_primary>
+ <_secondary>You have changed this meeting, but not yet saved it.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Save Changes" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="prompt-save-meeting" type="warning" default="GTK_RESPONSE_YES">
<_primary>Would you like to save your changes to this meeting?</_primary>
<_secondary>You have changed this meeting, but not yet saved it.</_secondary>
@@ -145,6 +152,14 @@
<button _label="_Send" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="prompt-send-updated-meeting-info-dragged-or-resized" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Would you like to send updated meeting information to participants?</_primary>
+ <_secondary>Sending updated information allows other participants to keep their calendars up to date.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="Do _not Send" response="GTK_RESPONSE_NO"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="prompt-send-task" type="question" default="GTK_RESPONSE_YES">
<_primary>Would you like to send this task to participants?</_primary>
<_secondary>Email invitations will be sent to all participants and allow them to accept this task.</_secondary>