diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-24 00:08:09 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-24 00:08:09 +0800 |
commit | 3e8006805fed9fb623e5ec1e5e1dd9440cc129d3 (patch) | |
tree | b9e7d21eb842c1fe8de77a100e45b96bbe72228a /calendar/calendar.error.xml | |
parent | 8611c86552211433a9c2f0662e0f3b0a188515c3 (diff) | |
download | gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.gz gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.tar.zst gsoc2013-evolution-3e8006805fed9fb623e5ec1e5e1dd9440cc129d3.zip |
2007-08-23 mcrha Fix for bug #329746
svn path=/trunk/; revision=34078
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 1fa63eb29c..95431369af 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -29,16 +29,16 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <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> + <error id="prompt-cancel-memo" type="question" default="GTK_RESPONSE_YES"> + <_primary>Would you like to send a cancelation notice for this memo?</_primary> + <_secondary>If you do not send a cancelation notice, the other participants may not know the memo 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" 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> + <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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> @@ -64,9 +64,9 @@ <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> + <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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> @@ -85,9 +85,9 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-journals" type="question" default="GTK_RESPONSE_NO"> - <_primary>Are you sure you want to delete these {0} journal entries?</_primary> - <_secondary>All information in these journal entries will be deleted and can not be restored.</_secondary> + <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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> |