Changeset 12677 in osm


Ignore:
Timestamp:
2008-12-30T00:47:58+01:00 (16 years ago)
Author:
stoecker
Message:

fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java

    r12579 r12677  
    8585                //TRANSLATION: Although for English the use of trn is needless it is important for other languages
    8686            int option = JOptionPane.showConfirmDialog(Main.parent, trn(
    87                     "The selection contains {0} way. Are you sure you want to simplify them all?",
     87                    "The selection contains {0} way. Are you sure you want to simplify it?",
    8888                    "The selection contains {0} ways. Are you sure you want to simplify them all?",
    8989                    ways,ways),
Note: See TracChangeset for help on using the changeset viewer.