diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-02 22:14:58 +0000 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-03-06 07:51:29 +0000 |
commit | 09aca4a8bff06a719fa85d7287969e484fcb5e3f (patch) | |
tree | b10b185a500718d598a46e3fd5709e9c37dd5c91 /sw/inc/strings.hrc | |
parent | 3203cf9df2f295771515e5a38b597bbb9a17e6a4 (diff) |
tdf#153561 rename Heading No. and widget, update tool/extended tips
"Chapter No." was changed to "Heading No." in
e5a744851cb58da1ceeef623799274d73b60b030 to indicate the broader
scope of the option in the entry structure. But the option is even
broader, because it can also include list numbers of entry
texts. This patch updates the "Heading No." widget to "Numbering"
and changes its abbreviation from "E#" to "N#" to reflect this
broader function. The associated tooltips and extended tips for
these widgets are also updated to indicate this fact.
Change-Id: I5505b09998cd3cccf61002213c1938a2afc2c607
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148104
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'sw/inc/strings.hrc')
-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 8b8b1df2731c..96e58d395164 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1331,7 +1331,7 @@ #define STR_NOSORTKEY NC_("STR_NOSORTKEY", "<None>") #define STR_NO_CHAR_STYLE NC_("STR_NO_CHAR_STYLE", "<None>") #define STR_DELIM NC_("STR_DELIM", "S") -#define STR_TOKEN_ENTRY_NO NC_("STR_TOKEN_ENTRY_NO", "E#") +#define STR_TOKEN_ENTRY_NO NC_("STR_TOKEN_ENTRY_NO", "N#") #define STR_TOKEN_ENTRY NC_("STR_TOKEN_ENTRY", "E") #define STR_TOKEN_TAB_STOP NC_("STR_TOKEN_TAB_STOP", "T") #define STR_TOKEN_PAGE_NUMS NC_("STR_TOKEN_PAGE_NUMS", "#") @@ -1339,7 +1339,7 @@ #define STR_TOKEN_LINK_START NC_("STR_TOKEN_LINK_START", "LS") #define STR_TOKEN_LINK_END NC_("STR_TOKEN_LINK_END", "LE") #define STR_TOKEN_AUTHORITY NC_("STR_TOKEN_AUTHORITY", "A") -#define STR_TOKEN_HELP_ENTRY_NO NC_("STR_TOKEN_HELP_ENTRY_NO", "Heading number") +#define STR_TOKEN_HELP_ENTRY_NO NC_("STR_TOKEN_HELP_ENTRY_NO", "Numbering") #define STR_TOKEN_HELP_ENTRY NC_("STR_TOKEN_HELP_ENTRY", "Entry") #define STR_TOKEN_HELP_TAB_STOP NC_("STR_TOKEN_HELP_TAB_STOP", "Tab stop") #define STR_TOKEN_HELP_TEXT NC_("STR_TOKEN_HELP_TEXT", "Text") |