diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 26 |
2 files changed, 11 insertions, 20 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c3d8aaf02a..f80a92e8b7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2006-07-18 Andre Klapper <a9016009@gmx.de> + * calendar.error.xml: removing duplicated error messages, fixing + default answers. Fixes bug #347765. + +2006-07-18 Andre Klapper <a9016009@gmx.de> + * gui/dialogs/calendar-setup.glade: * gui/dialogs/new-calendar.glade: * gui/dialogs/new-task-list.glade: 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> |