Changeset 17368 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-11-27T21:50:26+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DirectionNodes.java
r17352 r17368 32 32 */ 33 33 public DirectionNodes() { 34 super(tr("Direction nodes"), tr("Check for nodes which have a ' forward' or 'backward' direction"));34 super(tr("Direction nodes"), tr("Check for nodes which have a ''forward'' or ''backward'' direction")); 35 35 } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.