svx/inc/numberingtype.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a2f6043f26e8b4025c2143972fbe533b17c40257 Author: Adolfo Jayme Barrientos <fit...@ubuntu.com> AuthorDate: Mon Nov 15 11:54:42 2021 -0600 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Nov 15 11:54:42 2021 -0600 Just remove these pointless apostils None of the other items in the list have “Upper” or “Lower” [sic]; the strings are self-explanatory. Follow-up of commit 3165f0ff32b002a6efbc61af4f778ba4075b496e Change-Id: I3ba88cfca080708daeb76ba3af0a1ae196b2fd85 diff --git a/svx/inc/numberingtype.hrc b/svx/inc/numberingtype.hrc index 5ba335ae4eae..b66c86d35459 100644 --- a/svx/inc/numberingtype.hrc +++ b/svx/inc/numberingtype.hrc @@ -54,8 +54,8 @@ const std::pair<TranslateId, int> RID_SVXSTRARY_NUMBERINGTYPE[] = { /* CHARS_CYRILLIC_LOWER_LETTER_SR */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "а, б, .., аа, аб, ... (Serbian)") , 49 }, { /* CHARS_CYRILLIC_UPPER_LETTER_N_SR */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "А, Б, .., Аа, Бб, ... (Serbian)") , 50 }, { /* CHARS_CYRILLIC_LOWER_LETTER_N_SR */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "а, б, .., аа, бб, ... (Serbian)") , 51 }, - { /* CHARS_GREEK_UPPER_LETTER */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "Α, Β, Γ, ... (Greek Upper Numerals)"), 52 }, - { /* CHARS_GREEK_LOWER_LETTER */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "α, β, γ, ... (Greek Lower Numerals)"), 53 }, + { /* CHARS_GREEK_UPPER_LETTER */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "Α, Β, Γ, ... (Greek)"), 52 }, + { /* CHARS_GREEK_LOWER_LETTER */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "α, β, γ, ... (Greek)"), 53 }, { /* NUMBER_HEBREW */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "א...י, יא...כ, ...") , 56 }, { /* CHARS_HEBREW */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "א...ת, אא...תת, ...") , 33 }, { /* NUMBER_ARABIC_INDIC */ NC_("RID_SVXSTRARY_NUMBERINGTYPE", "١, ٢, ٣, ٤, ... (Arabic)"), 57 },