sw/inc/strings.hrc |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 6fbc3de17cd9274dc3a09e1eeb914c45f7dfe140
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Wed Apr 27 11:50:34 2022 +0100
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed Apr 27 18:47:41 2022 +0200

    tdf#148718  Heading -> Chapter in Index preview
    
        change "Heading 1" to "Chapter"
        change "Heading 1.1" to "Subchapter 1.1"
        change "Heading 1.2" to "Subchapter 1.2"
    
    Change-Id: I9c74cef8f20728e38ab9e81df6d74d13c819148e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133478
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 548795c82e61..b518a9bd7b0c 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -373,12 +373,12 @@
 #define STR_CONTENT_TYPE_TEXTFIELD              
NC_("STR_CONTENT_TYPE_TEXTFIELD", "Fields")
 #define STR_CONTENT_TYPE_FOOTNOTE               
NC_("STR_CONTENT_TYPE_FOOTNOTE", "Footnotes and Endnotes")
 #define STR_CONTENT_TYPE_POSTIT                 NC_("STR_CONTENT_TYPE_POSTIT", 
"Comments")
-#define STR_IDXEXAMPLE_IDXTXT_HEADING1          
NC_("STR_IDXEXAMPLE_IDXTXT_HEADING1", "Heading 1")
+#define STR_IDXEXAMPLE_IDXTXT_HEADING1          
NC_("STR_IDXEXAMPLE_IDXTXT_HEADING1", "Chapter 1")
 #define STR_IDXEXAMPLE_IDXTXT_ENTRY1            
NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY1", "This is the content from the first 
chapter. This is a user directory entry.")
-#define STR_IDXEXAMPLE_IDXTXT_HEADING11         
NC_("STR_IDXEXAMPLE_IDXTXT_HEADING11", "Heading 1.1")
-#define STR_IDXEXAMPLE_IDXTXT_ENTRY11           
NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY11", "This is the content from chapter 1.1. 
This is the entry for the table of contents.")
-#define STR_IDXEXAMPLE_IDXTXT_HEADING12         
NC_("STR_IDXEXAMPLE_IDXTXT_HEADING12", "Heading 1.2")
-#define STR_IDXEXAMPLE_IDXTXT_ENTRY12           
NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY12", "This is the content from chapter 1.2. 
This keyword is a main entry.")
+#define STR_IDXEXAMPLE_IDXTXT_HEADING11         
NC_("STR_IDXEXAMPLE_IDXTXT_HEADING11", "Subchapter 1.1")
+#define STR_IDXEXAMPLE_IDXTXT_ENTRY11           
NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY11", "This is the content from subchapter 1.1. 
This is the entry for the table of contents.")
+#define STR_IDXEXAMPLE_IDXTXT_HEADING12         
NC_("STR_IDXEXAMPLE_IDXTXT_HEADING12", "Subchapter 1.2")
+#define STR_IDXEXAMPLE_IDXTXT_ENTRY12           
NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY12", "This is the content from subchapter 1.2. 
This keyword is a main entry.")
 #define STR_IDXEXAMPLE_IDXTXT_TABLE1            
NC_("STR_IDXEXAMPLE_IDXTXT_TABLE1", "Table 1: This is table 1")
 #define STR_IDXEXAMPLE_IDXTXT_IMAGE1            
NC_("STR_IDXEXAMPLE_IDXTXT_IMAGE1", "Image 1: This is image 1")
 #define STR_IDXEXAMPLE_IDXMARK_CHAPTER          
NC_("STR_IDXEXAMPLE_IDXMARK_CHAPTER", "Chapter")

Reply via email to