diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-05-04 00:31:21 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-05-04 14:40:24 +0200 |
commit | 2d609bfece4a83c9a65a2d5f2d912646419cfa8c (patch) | |
tree | c8f8ab27683796c3054938a3c368c1fbaadbb4b8 /officecfg | |
parent | 0a63c091b47f3566c55a828229c91efbe0a08406 (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>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
1 files changed, 4 insertions, 1 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"> |