Changeset 26337 in osm for applications/editors/josm
- Timestamp:
- 2011-07-15T23:02:32+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionSearchTask.java
r25501 r26337 53 53 } 54 54 ArrayList<HashSet<Channel>> junctions = jc.getJunctions(); 55 JOptionPane.showMessageDialog(Main.parent, tr ("Number of {0]-ways junctions found: ", n) + junctions.size());55 JOptionPane.showMessageDialog(Main.parent, tr("Number of {0}-ways junctions found: {1}", n, junctions.size())); 56 56 if (produceRelation) { 57 57 for (int i = 0; i < junctions.size(); i++) {
Note:
See TracChangeset
for help on using the changeset viewer.