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

Olivier Hallot olivier.hallot at libreoffice.org
Sat Jun 30 04:35:51 UTC 2018


 sw/uiconfig/swriter/ui/numparapage.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cdaa5d8e9727a0a41f969ae29b0442f3ca2f67c0
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Tue Jun 26 16:24:12 2018 -0300

    Normalize Writer style "Text Body" in UI
    
    In all UI, the text body style is labeled "Text Body" except in
    Format - Paragraph - Numbering tab outilne level listbox where it
    is named "Body text". The patch fixes the difference.
    
    Change-Id: Ic9b9db4ce70ddef35fed4124ae47abc28dcff380
    Reviewed-on: https://gerrit.libreoffice.org/56502
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sw/uiconfig/swriter/ui/numparapage.ui b/sw/uiconfig/swriter/ui/numparapage.ui
index 68a69e59284f..ff45098165bf 100644
--- a/sw/uiconfig/swriter/ui/numparapage.ui
+++ b/sw/uiconfig/swriter/ui/numparapage.ui
@@ -64,7 +64,7 @@
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
                     <items>
-                      <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Body text</item>
+                      <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Text Body</item>
                       <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 1</item>
                       <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 2</item>
                       <item translatable="yes" context="numparapage|comboLB_OUTLINE_LEVEL">Level 3</item>


More information about the Libreoffice-commits mailing list