diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index eaaaa35533..6ba4ed1e8d 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -11,7 +11,7 @@ <error id="prompt-delete-meeting" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete this meeting?</_primary> <_secondary>All information on this meeting will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> @@ -25,7 +25,7 @@ <error id="prompt-delete-task" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete this task?</_primary> <_secondary>All information on this task will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> @@ -39,63 +39,63 @@ <error id="prompt-delete-memo" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete this memo?</_primary> <_secondary>All information on this memo will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-titled-meeting" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete the meeting titled '{0}'?</_primary> <_secondary>All information on this meeting will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete the appointment titled '{0}'?</_primary> <_secondary>All information on this appointment will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-appointment" type="question" default="GTK_RESPONSE_YES"> <_primary>Are you sure you want to delete this appointment?</_primary> <_secondary>All information on this appointment will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-named-task" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete the '{0}' task?</_primary> <_secondary>All information on this task will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-named-memo" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete the memo '{0}'?</_primary> <_secondary>All information in this memo will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-appointments" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete these {0} appointments?</_primary> <_secondary>All information on these appointments will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-tasks" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete these {0} tasks?</_primary> <_secondary>All information on these tasks will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-memos" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete these {0} memos?</_primary> <_secondary>All information in these memos will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> @@ -201,21 +201,21 @@ <error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL"> <_primary>Delete calendar '{0}'?</_primary> <_secondary>This calendar will be removed permanently.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-task-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL"> <_primary>Delete task list '{0}'?</_primary> <_secondary>This task list will be removed permanently.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-delete-memo-list" type="question" modal="true" default="GTK_RESPONSE_CANCEL"> <_primary>Delete memo list '{0}'?</_primary> <_secondary>This memo list will be removed permanently.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> |