Ignore:
Timestamp:
2011-12-23T12:44:04+01:00 (12 years ago)
Author:
stoecker
Message:

fix i18n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

    r4691 r4703  
    103103                "<html><strong>Failed</strong> to delete <strong>node {0}</strong>."
    104104                + " It is still referred to by way {1}.<br>"
    105                 + "Please load way {1}, remove the reference to node {0}, and upload again.</html>",
     105                + "Please load the way, remove the reference to the node, and upload again.</html>",
    106106                "<html><strong>Failed</strong> to delete <strong>node {0}</strong>."
    107107                + " It is still referred to by ways {1}.<br>"
    108                 + "Please load ways {1}, remove the reference to node {0}, and upload again.</html>",
     108                + "Please load the ways, remove the reference to the node, and upload again.</html>",
    109109                parentWays.size(), childNode, ids
    110110        );
Note: See TracChangeset for help on using the changeset viewer.