diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-31 20:49:56 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-01 20:32:14 +0200 |
commit | 43d81ab5dbbfcdadd32ef04a1923cec71a270293 (patch) | |
tree | 93c579646d27743d2008842dc091588624d67725 | |
parent | cab25db0c0eeb0606afaf93574265e26e7bb2bd8 (diff) |
Fix typo in code
It passed "make check" on my laptop
Change-Id: I72c01c63a67e3d664cc28fc93d5681f7b342d39c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137659
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | include/svx/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 747e3fdcddb1..f800d8365cf5 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1494,7 +1494,7 @@ #define RID_SUBSETSTR_BASIC_GEORGIAN NC_("RID_SUBSETMAP", "Basic Georgian") #define RID_SUBSETSTR_GEORGIAN_EXTENDED NC_("RID_SUBSETMAP", "Georgian Extended") #define RID_SUBSETSTR_HANGUL_JAMO NC_("RID_SUBSETMAP", "Hangul Jamo") -#define RID_SUBSETSTR_LATIN_EXTENDED_ADDS NC_("RID_SUBSETMAP", "Latin Extended Additionals") +#define RID_SUBSETSTR_LATIN_EXTENDED_ADDS NC_("RID_SUBSETMAP", "Latin Extended Additional") #define RID_SUBSETSTR_GREEK_EXTENDED NC_("RID_SUBSETMAP", "Greek Extended") #define RID_SUBSETSTR_GENERAL_PUNCTUATION NC_("RID_SUBSETMAP", "General punctuation") #define RID_SUBSETSTR_SUB_SUPER_SCRIPTS NC_("RID_SUBSETMAP", "Superscripts and Subscripts") |