Skip to content

Commit fbf6d70

Browse files
author
stoecker
committedOct 22, 2024·
see #23964 - One typo in each added word - was probably not my best day ;-)
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19248 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 484845c commit fbf6d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/org/openstreetmap/josm/tools/I18n.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ public static String getLocalizedScript(String script) {
731731
case HANI:
732732
return /* I18n: Han characters for Vietnamese or Korean language */ tr("Hani");
733733
case HANS:
734-
return /* I18n: Simplified Chinese */ tr("Simplied");
734+
return /* I18n: Simplified Chinese */ tr("Simplified");
735735
case HANT:
736-
return /* I18n: Traditional Chinese */ tr("Trdaditional");
736+
return /* I18n: Traditional Chinese */ tr("Traditional");
737737
case BOPOMOFO:
738738
return /* I18n: Mandarin Phonetic Symbols/Zhuyin */ tr("Bopomofo");
739739
case ROMAJI:

0 commit comments

Comments
 (0)
Please sign in to comment.