diff options
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 5f3e2250c0..3d5140d03c 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -226,6 +226,13 @@ <button _label="_Delete From Server" response="GTK_RESPONSE_YES"/> </error> + <error id="prompt-delete-remote-task-list" type="question" default="GTK_RESPONSE_CANCEL"> + <_primary>Delete remote task list "{0}"?</_primary> + <_secondary>This will permanently remove the task list "{0}" from the server. Are you sure you want to proceed?</_secondary> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Delete From Server" response="GTK_RESPONSE_YES"/> + </error> + <error id="prompt-save-no-subject-calendar" type="question" default="GTK_RESPONSE_YES"> <_primary>Are you sure you want to save the appointment without a summary?</_primary> <_secondary>Adding a meaningful summary to your appointment will give you an idea of what your appointment is about.</_secondary> |