diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-07-19 07:07:34 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-19 07:07:34 +0800 |
commit | e9c644631eb9e8e3726415104d3a524742127564 (patch) | |
tree | 258ebde29892cd7365c96d3ebe65cefef06c35dc /calendar/calendar.error.xml | |
parent | 5b4a0d775606e884e044849957b6782650443cd6 (diff) | |
download | gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar.gz gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar.zst gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.zip |
removing duplicated error messages, fixing default answers. Fixes bug
2006-07-18 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: removing duplicated error messages, fixing
default answers. Fixes bug #347765.
svn path=/trunk/; revision=32341
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index f99d4de723..084c891f67 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -1,42 +1,42 @@ <?xml version="1.0" encoding="UTF-8"?> <error-list domain="calendar"> - <error id="prompt-cancel-meeting" type="question" defult="GTK_RESPONSE_YES"> + <error id="prompt-cancel-meeting" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send all the participants a cancelation notice?</_primary> <_secondary>If you do not send a cancelation notice, the other participants may not know the meeting is canceled.</_secondary> <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> <button _label="_Send Notice" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-meeting" type="question" defult="GTK_RESPONSE_NO"> + <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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-cancel-task" type="question" defult="GTK_RESPONSE_YES"> + <error id="prompt-cancel-task" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send all the participants a cancelation notice?</_primary> <_secondary>If you do not send a cancelation notice, the other participants may not know the task has been deleted.</_secondary> <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> <button _label="_Send Notice" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-task" type="question" defult="GTK_RESPONSE_NO"> + <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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-cancel-journal" type="question" defult="GTK_RESPONSE_YES"> + <error id="prompt-cancel-journal" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send a cancelation notice for this journal entry?</_primary> <_secondary>If you do not send a cancelation notice, the other participants may not know the journal has been deleted.</_secondary> <button _label="Do _not Send" response="GTK_RESPONSE_NO"/> <button _label="_Send Notice" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-journal" type="question" defult="GTK_RESPONSE_NO"> + <error id="prompt-delete-journal" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete this journal entry?</_primary> <_secondary>All information on this journal entry will be deleted and can not be restored.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/> @@ -64,13 +64,6 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> - </error> - <error id="prompt-delete-named-journal" type="question" default="GTK_RESPONSE_NO"> <_primary>Are you sure you want to delete the journal entry '{0}'?</_primary> <_secondary>All information in this journal will be deleted and can not be restored.</_secondary> @@ -78,13 +71,6 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-journal" type="question" default="GTK_RESPONSE_NO"> - <_primary>Are you sure you want to delete this journal entry?</_primary> - <_secondary>All information in this journal will be deleted and can not be restored.</_secondary> - <button stock="gtk-cancel" 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> |