Ignore:
Timestamp:
2011-10-07T22:36:01+02:00 (13 years ago)
Author:
stoecker
Message:

remove triple object output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/IntersectionMissingAsViaError.java

    r25845 r26796  
    3636    public String getText() {       
    3737        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.",
    4040               this.from.getDisplayName(DefaultNameFormatter.getInstance()),
    4141               this.to.getDisplayName(DefaultNameFormatter.getInstance()),
Note: See TracChangeset for help on using the changeset viewer.