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

New commits:
commit f2d2334b032780d97f7a95aacb8283008e91c529
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Fri May 27 00:08:33 2022 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed Jun 1 02:50:23 2022 +0200

    tdf#121367 (related: tdf#120550) consistent labeling between modules
    
      There is a slight difference in the label used by Writer
      and the label used by Draw/Impress to refer to:
      .uno:SetMinimalRowHeight and  uno:SetMinimalColumnWidth.
      This patch changes the label in Writer so that it uses the
      same label as Draw/Impress.
    
    Change-Id: I0469b32350bf9a57903b03929675d3b7e8abe287
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135005
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    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 7c7dede5e219..a79fef9d8b5e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2536,7 +2536,10 @@
       </node>
       <node oor:name=".uno:SetMinimalColumnWidth" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Minimize Column Width</value>
+          <value xml:lang="en-US">Minimal Column Width</value>
+        </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Minimal Column Width: Adjust width of 
selected columns to fit content</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -2557,7 +2560,10 @@
       </node>
       <node oor:name=".uno:SetMinimalRowHeight" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Minimize Row Height</value>
+          <value xml:lang="en-US">Minimal Row Height</value>
+        </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Minimal Row Height: Adjust height of 
selected rows to fit content</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>

Reply via email to