[Libreoffice-commits] core.git: sfx2/uiconfig

Adolfo Jayme Barrientos fitojb at ubuntu.com
Tue Aug 5 06:34:20 PDT 2014


 sfx2/uiconfig/ui/querysavedialog.ui |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 10abd657aacea884f520c97054625a94184c4aca
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Fri Aug 1 21:11:10 2014 -0500

    fdo#82017: Rename 'Close without saving' button to 'Don't Save'.
    
    It matches other applications both in Windows and OS X. Users expect to press
    the 'D' key to activate this button. Also, it's shorter.
    
    Change-Id: I08f80fd9dbfbc5e2a5dc69ff2f72d55b80ccda5a
    Reviewed-on: https://gerrit.libreoffice.org/10685
    Reviewed-by: Olivier Hallot <olivier.hallot at edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>

diff --git a/sfx2/uiconfig/ui/querysavedialog.ui b/sfx2/uiconfig/ui/querysavedialog.ui
index 64ca5f3..93a67c3 100644
--- a/sfx2/uiconfig/ui/querysavedialog.ui
+++ b/sfx2/uiconfig/ui/querysavedialog.ui
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.1 -->
 <interface>
-  <!-- interface-requires gtk+ 3.0 -->
+  <requires lib="gtk+" version="3.0"/>
   <object class="GtkMessageDialog" id="QuerySaveDialog">
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
@@ -15,14 +16,14 @@
       <object class="GtkBox" id="messagedialog-vbox">
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
-        <property name="spacing">24</property>
+        <property name="spacing">12</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="messagedialog-action_area">
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="discard">
-                <property name="label" translatable="yes">Close _without saving</property>
+                <property name="label" translatable="yes">_Don’t Save</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>


More information about the Libreoffice-commits mailing list