diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-04-12 10:29:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-04-12 10:29:32 +0800 |
commit | 870b676d8b082a61c267ce8ca27020946ca6d88f (patch) | |
tree | e00acc6dc69dd5865c68f7d95adc9bcfa342e103 /plugins | |
parent | 8a41cca1c1977b4eb358dba727bade037065fe61 (diff) | |
download | gsoc2013-evolution-870b676d8b082a61c267ce8ca27020946ca6d88f.tar.gz gsoc2013-evolution-870b676d8b082a61c267ce8ca27020946ca6d88f.tar.zst gsoc2013-evolution-870b676d8b082a61c267ce8ca27020946ca6d88f.zip |
Fix backward buttons in "restore-confirm" dialog.
Cancel button belongs on the left.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/backup-restore/org-gnome-backup-restore.error.xml | 2 |
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> |