[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sw/uiconfig

Yousuf Philips philipz85 at hotmail.com
Fri Dec 2 08:58:28 UTC 2016


 sw/uiconfig/swriter/ui/notebookbar_groups.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c75700161f3dcd2eec15ce102ef3cfd5a4da678a
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Tue Nov 22 19:39:35 2016 +0400

    tdf#103170 make blank button labels not translatable
    
    Change-Id: Ib919b9b5acfed3cce57c9e4d22f35141f485e749
    Reviewed-on: https://gerrit.libreoffice.org/31079
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>
    (cherry picked from commit e4ec7717ef45d18a2d6a37983b0a3d34c7953919)
    Reviewed-on: https://gerrit.libreoffice.org/31123
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
index dd3b906..531c492 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
@@ -1069,7 +1069,7 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="growb">
-                            <property name="label" translatable="yes"> </property>
+                            <property name="label"> </property>
                             <property name="width_request">35</property>
                             <property name="height_request">30</property>
                             <property name="visible">True</property>
@@ -1091,7 +1091,7 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="shrinkb">
-                            <property name="label" translatable="yes"> </property>
+                            <property name="label"> </property>
                             <property name="width_request">35</property>
                             <property name="height_request">30</property>
                             <property name="visible">True</property>


More information about the Libreoffice-commits mailing list