diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-09-24 10:26:24 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-09-25 10:39:25 +0200 |
commit | e0808a1f84c40ea15d2d88beebd97659e7d46348 (patch) | |
tree | a5896d2bd9a5f86dc9d189bd45a35b6c789dea83 /sw/inc/strings.hrc | |
parent | b248260bf88360ff3ca41bb3c0ab6ca5a74f42c4 (diff) |
Resolves tdf#161574 - Individual labels for TOXes in the UI
+ Upper-case for Delete Index
+ User-Defined amended with Index
Change-Id: I972ee22fa3681a0f1159426836a0ec1b83fa5e3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173849
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 6e7e81c383bc..5ff85970a3da 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -424,6 +424,9 @@ #define STR_HYPERLINK NC_("STR_HYPERLINK", "Hyperlink") #define STR_SECTIONLINK NC_("STR_SECTIONLINK", "Section Link") #define STR_SECTIONCOPY NC_("STR_SECTIONCOPY", "Section Copy") +#define STR_EDITINDEX NC_("STR_EDITINDEX", "Edit %1") +#define STR_UPDATEINDEX NC_("STR_UPDATEINDEX", "Update %1") +#define STR_DELETEINDEX NC_("STR_DELETEINDEX", "Delete %1") // Undo #define STR_CANT_UNDO NC_("STR_CANT_UNDO", "not possible") @@ -753,7 +756,7 @@ #define STR_FIELD_FIXED NC_("STR_FIELD_FIXED", "(fixed)") #define STR_DURATION_FORMAT NC_("STR_DURATION_FORMAT", " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6") #define STR_TOI NC_("STR_TOI", "Alphabetical Index") -#define STR_TOU NC_("STR_TOU", "User-Defined") +#define STR_TOU NC_("STR_TOU", "User-Defined Index") #define STR_TOC NC_("STR_TOC", "Table of Contents") #define STR_TOX_AUTH NC_("STR_TOX_AUTH", "Bibliography") #define STR_TOX_CITATION NC_("STR_TOX_CITATION", "Citation") |