[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig
Yousuf Philips
philipz85 at hotmail.com
Thu May 4 12:40:59 UTC 2017
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 ++++-
sw/uiconfig/swriter/ui/outlinenumbering.ui | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 2d609bfece4a83c9a65a2d5f2d912646419cfa8c
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Thu May 4 00:31:21 2017 +0400
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 at libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
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>
More information about the Libreoffice-commits
mailing list