- Timestamp:
- 2014-06-13T01:08:43+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/CrossingWays.java
r7083 r7245 96 96 String createMessage(Way w1, Way w2) { 97 97 if (isBuilding(w1)) { 98 return ("Crossing buildings");98 return tr("Crossing buildings"); 99 99 } else if (w1.hasKey(WATERWAY) && w2.hasKey(WATERWAY)) { 100 100 return tr("Crossing waterways"); … … 106 106 } 107 107 } 108 109 108 } 110 109
Note:
See TracChangeset
for help on using the changeset viewer.