Changeset 19248 in josm


Ignore:
Timestamp:
2024-10-22T09:15:19+02:00 (2 hours ago)
Author:
stoecker
Message:

see #23964 - One typo in each added word - was probably not my best day ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r19244 r19248  
    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");
Note: See TracChangeset for help on using the changeset viewer.