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

New commits:
commit 794af70fa802c7f495d217b435991f5a7551edcc
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Thu May 4 13:35:46 2023 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Thu May 4 22:40:09 2023 +0200

    Revert "tdf#86630 sw page number wizard: add contextLabel"
    
    This reverts 7.6 commit b89f65a5138fe74b7858c2817fae4204b021c1f5
    
    and also take the opportunity to add a tooltip.
    
    It was thought that the label would only be noticed
    in tools - customize. However, I have discovered that it
    also is shown in the notebookbar. Thus, it may very well
    be used in other user-visible places.
    
    Additionally, Heiko didn't like the term "wizard"
    since it is a single-step dialog.
    
    Change-Id: Ib11b68625eebf190d49ee8ce2b7b63378e248820
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151400
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 76fb9c1e1cb4..54688a4fb82c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1072,11 +1072,11 @@
       </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>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Insert page number</value>
+        </prop>
       </node>
       <node oor:name=".uno:InsertPageNumberField" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">

Reply via email to