aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/org-gnome-backup-restore.error.xml
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-29 04:17:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-29 04:35:34 +0800
commita73b369b72ec688c190a32952cd2d672d4eb1bf5 (patch)
treeef8608aaddcc156e3d9f33fc0e5c19f2dbdd0187 /plugins/backup-restore/org-gnome-backup-restore.error.xml
parentc0ce9e2f20b10ddd8c4a15c7cfabc73493353667 (diff)
downloadgsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.tar
gsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.tar.gz
gsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.tar.bz2
gsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.tar.lz
gsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.tar.xz
gsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.tar.zst
gsoc2013-evolution-a73b369b72ec688c190a32952cd2d672d4eb1bf5.zip
Bug 622181 - Backup settings uses unhelpful yes/no dialog
Diffstat (limited to 'plugins/backup-restore/org-gnome-backup-restore.error.xml')
-rw-r--r--plugins/backup-restore/org-gnome-backup-restore.error.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/backup-restore/org-gnome-backup-restore.error.xml b/plugins/backup-restore/org-gnome-backup-restore.error.xml
index b2e961a87b..e8786b6743 100644
--- a/plugins/backup-restore/org-gnome-backup-restore.error.xml
+++ b/plugins/backup-restore/org-gnome-backup-restore.error.xml
@@ -5,17 +5,17 @@
<_primary>Invalid Evolution backup file</_primary>
<_secondary>Please select a valid backup file to restore.</_secondary>
</error>
- <error id="backup-confirm" type="warning" default="GTK_RESPONSE_NO">
+ <error id="backup-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
<_primary>Are you sure you want to close Evolution?</_primary>
- <_secondary xml:space="preserve">Evolution backup can start only when Evolution is not running. Please make sure that you save and close all your unsaved windows before proceeding. If you want Evolution to restart automatically after backup, please enable the toggle button.</_secondary>
- <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
- <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+ <_secondary xml:space="preserve">To backup your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding.</_secondary>
+ <button _label="Close and Backup Evolution" response="GTK_RESPONSE_YES"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
</error>
- <error id="restore-confirm" type="warning" default="GTK_RESPONSE_NO">
+ <error id="restore-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
<_primary>Are you sure you want to restore Evolution from the selected backup file?</_primary>
- <_secondary xml:space="preserve">This will delete all your current Evolution data and settings and restore them from your backup. Evolution restore can start only when Evolution is not running. Please make sure that you close all your unsaved windows before you proceed. If you want Evolution to restart automatically restart after restore, please enable the toggle button.</_secondary>
- <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
- <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+ <_secondary xml:space="preserve">To restore your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding. This will delete all your current Evolution data and settings and restore them from your backup.</_secondary>
+ <button _label="Close and Restore Evolution" response="GTK_RESPONSE_YES"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
</error>
<error id="insufficient-permissions" type="error">
<_primary>Insufficient Permissions</_primary>