include/svx/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43d81ab5dbbfcdadd32ef04a1923cec71a270293
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sun Jul 31 20:49:56 2022 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Aug 1 20:32:14 2022 +0200

    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 <[email protected]>

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")

Reply via email to