diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-17 20:48:02 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-02-21 07:48:39 +0000 |
commit | 3ae7bd3345e2f356b52ba7b8160dbcbdc4967e89 (patch) | |
tree | 442cc268a461c5a363cad309f032e0035928c456 /officecfg | |
parent | 0fa6932e26ca197cb1134c1edf8e026536f87ec8 (diff) |
tdf#153485 align command names to show headings by outline level
There are three different places where a command can be given
to select the maximum allowed outline level for a displayed heading
in Navigator. This patch changes all these command labels to be
identical, so that users can recognize them as identical.
"Outline Level" -> "Show to Outline Level" in Navigator context menu
"Heading Levels Shown" -> "Show to Outline Level" in Navigator panel
"Show Outline Content to Level" -> "Show to Outline Level" in
.uno:OutlineLevelsShown and its popup dialog box.
Change-Id: I7b1eac8067251a0e2faf38f2747dcfcf1993cebb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147247
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 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 33755db9f601..ed1d92c685c9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -419,7 +419,7 @@ </node> <node oor:name=".uno:OutlineLevelsShown" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Show Outline Content up to Level...</value> + <value xml:lang="en-US">Show Up to Outline Level...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |