diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-16 13:13:12 +0000 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-16 17:19:32 +0000 |
commit | 0d3361aa989bbdb334cc13690a5fe1698bbf0db5 (patch) | |
tree | c465497a4a8ff173fc33c3ed74b2d50c85ed2d72 /sw/inc | |
parent | f90d45790df4d1ceda866277d8d603e3528392e8 (diff) |
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.blanco@youmail.dk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/strings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |