officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    4 ++--
 sw/inc/strings.hrc                                                  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0d3361aa989bbdb334cc13690a5fe1698bbf0db5
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Thu Feb 16 13:13:12 2023 +0000
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Thu Feb 16 17:19:32 2023 +0000

    tdf#153549 rename "Chapter Numbering" to "Heading Numbering"
    
        First patch in multipart patch to change labeling in UI.
        Additional changes probably needed in strings.hrc
    
    Change-Id: I39066fd6af81fdf1bd4aa13b1fcce12f73ab1b01
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147120
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index a9fe3ad6ff69..33755db9f601 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2899,10 +2899,10 @@
       </node>
       <node oor:name=".uno:ChapterNumberingDialog" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Chapter ~Numbering...</value>
+          <value xml:lang="en-US">Heading ~Numbering...</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Set Chapter Numbering</value>
+          <value xml:lang="en-US">Set Heading Numbering</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 6c2119fb78dc..b2d4c2e92e9e 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -263,7 +263,7 @@
 #define SW_STR_READONLY                         NC_("SW_STR_READONLY", 
"read-only")
 #define STR_READONLY_PATH                       NC_("STR_READONLY_PATH", "The 
'AutoText' directories are read-only. Do you want to call the path settings 
dialog?")
 #define STR_DOC_STAT                            NC_("STR_DOC_STAT", 
"Statistics")
-#define STR_OUTLINENUMBERING_DISABLED           
NC_("STR_OUTLINENUMBERING_DISABLED","This option is disabled when chapter 
numbering is assigned to a paragraph style")
+#define STR_OUTLINENUMBERING_DISABLED           
NC_("STR_OUTLINENUMBERING_DISABLED","This option is disabled when heading 
numbering is assigned to a paragraph style")
 // Statusbar-titles
 #define STR_STATSTR_W4WREAD                     NC_("STR_STATSTR_W4WREAD", 
"Importing document...")
 #define STR_STATSTR_W4WWRITE                    NC_("STR_STATSTR_W4WWRITE", 
"Exporting document...")
@@ -298,7 +298,7 @@
 #define STR_REDLINE_UNKNOWN_AUTHOR              
NC_("STR_REDLINE_UNKNOWN_AUTHOR", "Unknown Author")
 #define STR_DELETE_NOTE_AUTHOR                  NC_("STR_DELETE_NOTE_AUTHOR", 
"Delete ~All Comments by $1")
 #define STR_HIDE_NOTE_AUTHOR                    NC_("STR_HIDE_NOTE_AUTHOR", 
"H~ide All Comments by $1")
-#define STR_OUTLINE_NUMBERING                   NC_("STR_OUTLINE_NUMBERING", 
"Chapter Numbering")
+#define STR_OUTLINE_NUMBERING                   NC_("STR_OUTLINE_NUMBERING", 
"Heading Numbering")
 #define STR_STATSTR_SWTRANSLATE                 NC_("STR_STATSTR_SWTRANSLATE", 
"Translating document...")
 /* To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by 
STR_WORDCOUNT_COLARG
    e.g. Selected: 1 word, 2 characters */

Reply via email to