diff options
author | Jim Raykowski <raykowj@gmail.com> | 2021-03-23 09:53:53 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2021-03-30 00:35:50 +0200 |
commit | 381b9160aa21b91c7f2501de21d6d16626a972fb (patch) | |
tree | 228a7be1e2cc6935c06da45bace8da2c91c1ef8f /officecfg | |
parent | 6c241f991809dd9ab825baf400c6da77c1c130bd (diff) |
tdf#141102 friendlier naming for outline content visibility feature
relabeled as outline folding
Change-Id: I36b2dbe4eeee27abdf486e81db00d33e81c41679
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113005
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index ad6175d3facc..1b0c4778a47f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -399,10 +399,10 @@ </node> <node oor:name=".uno:ShowOutlineContentVisibilityButton" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Show outline content visibility button</value> + <value xml:lang="en-US">Show outline-folding buttons</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Show outline content visibility button</value> + <value xml:lang="en-US">Shows a button next to headings and subheadings to help with outline folding. Even without the button, you can do outline folding with the Navigator.</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -3800,7 +3800,7 @@ </node> <node oor:name=".uno:ToggleOutlineContentVisibility" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Toggle Outline Content Visibility</value> + <value xml:lang="en-US">Toggle Outline Folding</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> <value xml:lang="en-US">Fold or unfold outline content in document</value> |