Changeset 26796 in osm for applications/editors/josm
- Timestamp:
- 2011-10-07T22:36:01+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IntersectionMissingAsViaError.java
r25845 r26796 36 36 public String getText() { 37 37 String msg = tr("The <strong>from</strong>-way <span class=\"object-name\">{0}</span> and the <strong>to</strong>-way <span class=\"object-name\">{1}</span> " 38 + "intersect at node <span class=\"object-name\">{2}</span> but <span class=\"object-name\">{2}</span>isn''t a <strong>via</strong>-object.<br> "39 + "It is recommended to set <span class=\"object-name\">{2}</span>as unique <strong>via</strong>-object.",38 + "intersect at node <span class=\"object-name\">{2}</span> but this node isn''t a <strong>via</strong>-object.<br> " 39 + "It is recommended to set it as unique <strong>via</strong>-object.", 40 40 this.from.getDisplayName(DefaultNameFormatter.getInstance()), 41 41 this.to.getDisplayName(DefaultNameFormatter.getInstance()),
Note:
See TracChangeset
for help on using the changeset viewer.