summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-06-26 16:24:12 -0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-30 06:35:30 +0200
commitcdaa5d8e9727a0a41f969ae29b0442f3ca2f67c0 (patch)
tree580e854cbd92c19aeabc2d4d7525c7af2762d5d3
parent7696d1d217b6cff63490e7f98403d0e499c33d17 (diff)
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@ubuntu.com>
-rw-r--r--sw/uiconfig/swriter/ui/numparapage.ui2
1 files changed, 1 insertions, 1 deletions
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>