diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 21:24:44 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 21:24:44 +0800 |
commit | fdedccf06a806442d0f3e34a3a3229429168d6b3 (patch) | |
tree | ff954823d915e9b8cebe55c61d1dd14853c0a796 /calendar/calendar.error.xml | |
parent | 5e6adad066135ece0b95e2d08ab4e937538fda5f (diff) | |
download | gsoc2013-evolution-fdedccf06a806442d0f3e34a3a3229429168d6b3.tar.gz gsoc2013-evolution-fdedccf06a806442d0f3e34a3a3229429168d6b3.tar.zst gsoc2013-evolution-fdedccf06a806442d0f3e34a3a3229429168d6b3.zip |
** Fixes bug #347767
svn path=/trunk/; revision=33637
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 1d6cc8efc0..1fa63eb29c 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -216,6 +216,12 @@ <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> + <error id="prompt-send-no-subject-memo" type="question" default="GTK_RESPONSE_CANCEL"> + <_primary>Are you sure you want to save the memo without a summary?</_primary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Save" response="GTK_RESPONSE_YES"/> + </error> + <error id="prompt-no-contents-offline-calendar" type="error" default="GTK_RESPONSE_YES"> <_primary>Error loading calendar</_primary> <_secondary>The calendar is not marked for offline usage.</_secondary> |