[geary] Reverse the text order of Discard/Save and Close buttons in the composer.



commit 41f47bb187dd93b75b7a763aab068e1dd43332ee
Author: Michael James Gratton <mike vee net>
Date:   Sat Oct 15 18:08:58 2016 +1100

    Reverse the text order of Discard/Save and Close buttons in the composer.
    
    c.f. Bug 747627

 ui/composer-headerbar.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/composer-headerbar.ui b/ui/composer-headerbar.ui
index 7137ca0..cbbdf07 100644
--- a/ui/composer-headerbar.ui
+++ b/ui/composer-headerbar.ui
@@ -165,7 +165,7 @@
             <property name="can_focus">True</property>
             <property name="action_name">cmh.close-and-discard</property>
             <property name="always_show_image">True</property>
-            <property name="tooltip_text" translatable="yes">Close and Discard</property>
+            <property name="tooltip_text" translatable="yes">Discard and Close</property>
             <child>
               <object class="GtkImage" id="discard_and_close_image">
                 <property name="icon_name">user-trash-symbolic</property>
@@ -180,7 +180,7 @@
             <property name="can_focus">True</property>
             <property name="action_name">cmh.close-and-save</property>
             <property name="always_show_image">True</property>
-            <property name="tooltip_text" translatable="yes">Close and Save</property>
+            <property name="tooltip_text" translatable="yes">Save and Close</property>
             <child>
               <object class="GtkImage" id="save_and_close_image">
                 <property name="icon_name">document-save-symbolic</property>


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