diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-20 21:35:46 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-20 21:35:46 +0800 |
commit | c79c8729724a8292a23207aded2e097a04d535d0 (patch) | |
tree | 04727f07fe1ccd183e605a3781aaf625640054bd /calendar/calendar.error.xml | |
parent | 6fca544cb5ffce6db847fc3be24fd8d978b687d1 (diff) | |
download | gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.gz gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.tar.zst gsoc2013-evolution-c79c8729724a8292a23207aded2e097a04d535d0.zip |
fixes #324525
svn path=/trunk/; revision=30905
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 72488a17d2..d51c009c0c 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -43,7 +43,7 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_YES"> + <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"/> |