diff options
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> |