[gnome-games] ui: Move 'Restart' at the beginning of resume dialog



commit 82a5099c634e3a535affe7f709fb029695aff308
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Apr 4 08:40:05 2017 +0200

    ui: Move 'Restart' at the beginning of resume dialog
    
    This makes the order of the actions more natural by having 'Restart'
    first and 'Resume' second.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771631

 data/ui/resume-dialog.ui |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/resume-dialog.ui b/data/ui/resume-dialog.ui
index 91c42a1..679c521 100644
--- a/data/ui/resume-dialog.ui
+++ b/data/ui/resume-dialog.ui
@@ -8,16 +8,16 @@
     <property name="message_type">question</property>
     <property name="text" translatable="yes">Resume last game?</property>
     <child type="action">
-      <object class="GtkButton" id="button_resume">
+      <object class="GtkButton" id="button_reset">
         <property name="visible">True</property>
-        <property name="can-default">True</property>
-        <property name="label" translatable="yes">Resume</property>
+        <property name="label" translatable="yes">Restart</property>
       </object>
     </child>
     <child type="action">
-      <object class="GtkButton" id="button_reset">
+      <object class="GtkButton" id="button_resume">
         <property name="visible">True</property>
-        <property name="label" translatable="yes">Restart</property>
+        <property name="can-default">True</property>
+        <property name="label" translatable="yes">Resume</property>
       </object>
     </child>
     <action-widgets>


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