officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    5 
+----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 59ce453ea5ed5227633f44bb86545d122d48de01
Author:     Cosmin Humeniuc <cosmin.humen...@1and1.ro>
AuthorDate: Sat Sep 23 16:46:04 2023 +0300
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Oct 24 09:16:28 2023 +0200

    tdf#144444 Use same strings for same command
    
    Done during the conference hackfest
    Change-Id: I04f1dd77ca8866eff44e49d9f90805995cec9840
    
    Change-Id: I53467e4e80f2d82fa126eb9a40ee28f67d7c321f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157187
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 89c2ee97bca5..4f56a16e59e8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2507,10 +2507,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:ToggleObjectBezierMode" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Edit Points</value>
-        </prop>
-        <prop oor:name="ContextLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Poi~nts</value>
+          <value xml:lang="en-US">Toggle point edit mode</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>

Reply via email to