diff options
Diffstat (limited to 'calendar/calendar-errors.xml')
-rw-r--r-- | calendar/calendar-errors.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml index 9ed07ca503..0e9cac856d 100644 --- a/calendar/calendar-errors.xml +++ b/calendar/calendar-errors.xml @@ -176,5 +176,19 @@ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> + + <error id="prompt-send-no-subject-calendar" type="question" default="GTK_RESPONSE_YES"> + <primary>Are you sure you want to send the appointment without a summary?</primary> + <secondary>Adding a meaningful Summary to your appointment will give your recipients an idea of what your appointment is about.</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="_Send" response="GTK_RESPONSE_YES"/> + </error> + + <error id="prompt-send-no-subject-task" type="question" default="GTK_RESPONSE_YES"> + <primary>Are you sure you want to send the task without a summary?</primary> + <secondary>Adding a meaningful Summary to your task will give your recipients an idea of what your appointment is about.</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="_Send" response="GTK_RESPONSE_YES"/> + </error> </error-list> |