officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b89f65a5138fe74b7858c2817fae4204b021c1f5
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Mon May 1 15:46:47 2023 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Mon May 1 23:56:41 2023 +0200

    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 <jl...@mail.com>
    Tested-by: Jenkins

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>

Reply via email to