[evolution/gnome-3-4] Fix backward buttons in "restore-confirm" dialog.



commit d3c48ad5af1ffe313f5427ab78ef4ddebb38cf72
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Apr 11 22:29:32 2012 -0400

    Fix backward buttons in "restore-confirm" dialog.
    
    Cancel button belongs on the left.
    
    (cherry picked from commit 870b676d8b082a61c267ce8ca27020946ca6d88f)

 .../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 6034d89..10a9966 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]