Changeset 34240 in osm
- Timestamp:
- 2018-06-03T11:35:31+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/BicycleFootRouteValidatorTest.java
r33476 r34240 46 46 Builder builder = TestError.builder(this, Severity.WARNING, 47 47 ERROR_CODE_CONTINUITY); 48 builder.message(tr("PT: There is a gap in the " + r.get("route") + " route"));48 builder.message(tr("PT: There is a gap in the {0} route", r.get("route"))); 49 49 builder.primitives(members.get(i).getWay(), members.get(i+1).getWay(), r); 50 50 errors.add(builder.build());
Note:
See TracChangeset
for help on using the changeset viewer.