aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-07-19 07:07:34 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-19 07:07:34 +0800
commite9c644631eb9e8e3726415104d3a524742127564 (patch)
tree258ebde29892cd7365c96d3ebe65cefef06c35dc
parent5b4a0d775606e884e044849957b6782650443cd6 (diff)
downloadgsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar
gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar.gz
gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar.bz2
gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar.lz
gsoc2013-evolution-e9c644631eb9e8e3726415104d3a524742127564.tar.xz
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
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/calendar.error.xml26
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>