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

New commits:
commit 501c0fd78316b18e09811dfcffb923d62c41c5dc
Author:     Sabri Unal <libreaj...@gmail.com>
AuthorDate: Wed Mar 29 16:46:45 2023 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Mar 29 16:04:50 2023 +0000

    tdf#153705 officecfg: use more Title Case in GenericCommands.xcu
    
    Change-Id: Ief2ed6d86b5f65d354d4e47d9ef2999bef81d643
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149723
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 8b4fb89e1b2e..f593d1aa31b3 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6997,7 +6997,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:InsertHardHyphen" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Insert non-br~eaking hyphen</value>
+          <value xml:lang="en-US">Insert Non-br~eaking Hyphen</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -7005,7 +7005,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:InsertSoftHyphen" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Insert s~oft Hyphen</value>
+          <value xml:lang="en-US">Insert S~oft Hyphen</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -7013,7 +7013,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:InsertNonBreakingSpace" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Insert ~non-breaking space</value>
+          <value xml:lang="en-US">Insert ~Non-breaking Space</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -7195,7 +7195,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:ClassificationApply" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Apply document classification</value>
+          <value xml:lang="en-US">Apply Document Classification</value>
         </prop>
       </node>
       <node oor:name=".uno:ClassificationDialog" oor:op="replace">

Reply via email to