summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-05-04 00:31:21 +0400
committerYousuf Philips <philipz85@hotmail.com>2017-05-04 14:40:24 +0200
commit2d609bfece4a83c9a65a2d5f2d912646419cfa8c (patch)
treec8f8ab27683796c3054938a3c368c1fbaadbb4b8
parent0a63c091b47f3566c55a828229c91efbe0a08406 (diff)
tdf#107573 change label of outline numbering in menu and dialog
Change-Id: I38334bf726ab617bab390f0c45bb79c387aae424 Reviewed-on: https://gerrit.libreoffice.org/37200 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu5
-rw-r--r--sw/uiconfig/swriter/ui/outlinenumbering.ui2
2 files changed, 5 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index f9e914195902..8e0aaed3299d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2507,7 +2507,10 @@
</node>
<node oor:name=".uno:ChapterNumberingDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Outline ~Numbering...</value>
+ <value xml:lang="en-US">Chapter ~Numbering...</value>
+ </prop>
+ <prop oor:name="TooltipLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Set Chapter Numbering</value>
</prop>
</node>
<node oor:name=".uno:ControlCodes" oor:op="replace">
diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui b/sw/uiconfig/swriter/ui/outlinenumbering.ui
index ef8343808c4a..06520a2932f5 100644
--- a/sw/uiconfig/swriter/ui/outlinenumbering.ui
+++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui
@@ -5,7 +5,7 @@
<object class="GtkDialog" id="OutlineNumberingDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Outline Numbering</property>
+ <property name="title" translatable="yes">Chapter Numbering</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>