diff options
Diffstat (limited to 'calendar/calendar-errors.xml')
-rw-r--r-- | calendar/calendar-errors.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml index 14c36de2e2..3e38b7e71a 100644 --- a/calendar/calendar-errors.xml +++ b/calendar/calendar-errors.xml @@ -115,6 +115,15 @@ <button label="Save Changes" response="GTK_RESPONSE_YES"/> </error> + <error id="prompt-save-task" type="question" default="GTK_RESPONSE_YES"> + <title>Save Task</title> + <primary>Would you like to save your changes to this task?</primary> + <secondary>You have made changes to this task, 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> <secondary>Email invitations will be sent to all participants and allow them to RSVP.</secondary> |