Changeset 3683 in josm
- Timestamp:
- 2010-11-29T19:21:44+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r3650 r3683 325 325 for (Way way : ways) { 326 326 if (!way.isClosed()) { 327 JOptionPane.showMessageDialog(Main.parent, tr(" \"{0}\" is not closed and therefore cannot be joined.", way.getName()));327 JOptionPane.showMessageDialog(Main.parent, tr("One of the selected ways is not closed and therefore cannot be joined.")); 328 328 return; 329 329 }
Note: See TracChangeset
for help on using the changeset viewer.