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

Yousuf Philips philipz85 at hotmail.com
Thu Dec 14 13:42:45 UTC 2017


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

New commits:
commit d631d2aad44e2d2bc64fc01168b9a948f54b249f
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Thu Dec 14 04:00:29 2017 +0400

    Dont translate strings replaced with text in code
    
    These are two labels in the Page dialog's Text Grid tab
    
    Change-Id: I77da5fab08fbd70825f3bfc46e1b12d7948291e0
    Reviewed-on: https://gerrit.libreoffice.org/46431
    Reviewed-by: Gabor Kelemen <kelemeng at ubuntu.com>
    Tested-by: Gabor Kelemen <kelemeng at ubuntu.com>

diff --git a/sw/uiconfig/swriter/ui/textgridpage.ui b/sw/uiconfig/swriter/ui/textgridpage.ui
index 80a8dd783d46..45485b9b67c2 100644
--- a/sw/uiconfig/swriter/ui/textgridpage.ui
+++ b/sw/uiconfig/swriter/ui/textgridpage.ui
@@ -220,7 +220,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="halign">start</property>
-                            <property name="label" translatable="yes" context="textgridpage|labelFT_CHARRANGE">(1-45)</property>
+                            <property name="label" translatable="no" context="textgridpage|labelFT_CHARRANGE">(1-45)</property>
                             <property name="use_underline">True</property>
                           </object>
                           <packing>
@@ -262,7 +262,7 @@
                             <property name="can_focus">False</property>
                             <property name="halign">start</property>
                             <property name="ypad">4</property>
-                            <property name="label" translatable="yes" context="textgridpage|labelFT_LINERANGE">(1-48)</property>
+                            <property name="label" translatable="no" context="textgridpage|labelFT_LINERANGE">(1-48)</property>
                           </object>
                           <packing>
                             <property name="left_attach">2</property>


More information about the Libreoffice-commits mailing list