Ignore:
Timestamp:
2011-03-11T11:28:10+01:00 (13 years ago)
Author:
bastiK
Message:

fixed #6084 - <html> tag opened, but not closed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/ChildRelationBrowser.java

    r3225 r3977  
    344344            String message = tr("<html>The child relation<br>"
    345345                    + "{0}<br>"
    346                     + "is deleted on the server. It cannot be loaded",
     346                    + "is deleted on the server. It cannot be loaded</html>",
    347347                    r.getDisplayName(DefaultNameFormatter.getInstance())
    348348            );
Note: See TracChangeset for help on using the changeset viewer.