summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2023-05-01 15:46:47 -0400
committerJustin Luth <jluth@mail.com>2023-05-01 23:56:41 +0200
commitb89f65a5138fe74b7858c2817fae4204b021c1f5 (patch)
treed3f85e5a592b856ccd73b5bb823ad28056528e8f /officecfg
parent595eda782296916ddfec5f6d15e9abc5c61667ee (diff)
tdf#86630 sw page number wizard: add contextLabel
What the user should see in the menu is "Page Number...", but the label itself is better named Page Number Wizard. This label is used to distinguish it from other Page Number items in Options - Customize. Thanks to Seth for pointing this out in comment 39. Change-Id: I9df14822f3fd69e4dec1d08a198da740479ab571 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151240 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu3
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index f3f9032e858b..124b226f3f35 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1072,6 +1072,9 @@
</node>
<node oor:name=".uno:PageNumberWizard" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Page Number Wizard</value>
+ </prop>
+ <prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Page Number...</value>
</prop>
</node>