aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-12 10:29:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-12 10:35:12 +0800
commitd3c48ad5af1ffe313f5427ab78ef4ddebb38cf72 (patch)
treee886990300db51a7f23a23e76f43ec9710292cb5
parent98b9cd376c94e2f2b516259e007d5953424f56d0 (diff)
downloadgsoc2013-evolution-d3c48ad5af1ffe313f5427ab78ef4ddebb38cf72.tar.gz
gsoc2013-evolution-d3c48ad5af1ffe313f5427ab78ef4ddebb38cf72.tar.zst
gsoc2013-evolution-d3c48ad5af1ffe313f5427ab78ef4ddebb38cf72.zip
Fix backward buttons in "restore-confirm" dialog.
Cancel button belongs on the left. (cherry picked from commit 870b676d8b082a61c267ce8ca27020946ca6d88f)
-rw-r--r--plugins/backup-restore/org-gnome-backup-restore.error.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/backup-restore/org-gnome-backup-restore.error.xml b/plugins/backup-restore/org-gnome-backup-restore.error.xml
index 6034d89d12..10a9966339 100644
--- a/plugins/backup-restore/org-gnome-backup-restore.error.xml
+++ b/plugins/backup-restore/org-gnome-backup-restore.error.xml
@@ -14,8 +14,8 @@
<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">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"/>
+ <button _label="Close and Restore Evolution" response="GTK_RESPONSE_YES"/>
</error>
<error id="insufficient-permissions" type="error">
<_primary>Insufficient Permissions</_primary>