diff options
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 77f002f3ab..c37e1f8d47 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -123,6 +123,15 @@ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Save Changes" response="GTK_RESPONSE_YES"/> </error> + + <error id="prompt-save-memo" type="warning" default="GTK_RESPONSE_YES"> + <title>Save Memo</title> + <_primary>Would you like to save your changes to this memo?</_primary> + <_secondary>You have made changes to this memo, but not yet saved them.</_secondary> + <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Save Changes" response="GTK_RESPONSE_YES"/> + </error> <error id="prompt-meeting-invite" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send meeting invitations to participants?</_primary> |