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

Olivier Hallot olivier.hallot at edx.srv.br
Tue Dec 9 01:20:31 PST 2014


 sc/uiconfig/scalc/ui/datastreams.ui  |    4 ++--
 sc/uiconfig/scalc/ui/externaldata.ui |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b3d0757ff3a3bad9bfd05fd287f7f9bc7ae26eab
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Sat Dec 6 20:15:10 2014 -0200

    fdo#86871 (part) replace "..." in UI buttons
    
    Replace single ellipsis in buttons of sc/
    
    Change-Id: Iace6689aba7d57c6d72074118521907bf67d6f26
    Reviewed-on: https://gerrit.libreoffice.org/13339
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/uiconfig/scalc/ui/datastreams.ui b/sc/uiconfig/scalc/ui/datastreams.ui
index 2a29438..be7b25a 100644
--- a/sc/uiconfig/scalc/ui/datastreams.ui
+++ b/sc/uiconfig/scalc/ui/datastreams.ui
@@ -80,7 +80,7 @@
                             </child>
                             <child>
                               <object class="GtkButton" id="browse">
-                                <property name="label" translatable="yes">_...</property>
+                                <property name="label" translatable="yes">_Browse...</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
@@ -408,7 +408,7 @@
                                 <property name="can_focus">True</property>
                                 <property name="hexpand">True</property>
                                 <property name="invisible_char">●</property>
-                                <property name="text" translatable="no">1000</property>
+                                <property name="text">1000</property>
                               </object>
                               <packing>
                                 <property name="left_attach">1</property>
diff --git a/sc/uiconfig/scalc/ui/externaldata.ui b/sc/uiconfig/scalc/ui/externaldata.ui
index 1c2791c..80d283d 100644
--- a/sc/uiconfig/scalc/ui/externaldata.ui
+++ b/sc/uiconfig/scalc/ui/externaldata.ui
@@ -134,7 +134,7 @@
                             </child>
                             <child>
                               <object class="GtkButton" id="browse">
-                                <property name="label" translatable="yes">_...</property>
+                                <property name="label" translatable="yes">_Browse...</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