Ignore:
Timestamp:
2009-09-20T14:09:52+02:00 (15 years ago)
Author:
Gubaer
Message:

applied #3555: patch by Claudius Henrichs: More typos and closing html tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/ConflictAddCommand.java

    r2163 r2171  
    5252    @Override public void undoCommand() {
    5353        if (! Main.map.mapView.hasLayer(getLayer())) {
    54             System.out.println(tr("Warning: layer ''{0}'' doesn't exist any more. Can't remove conflict for primitmive ''{1}''",
     54            System.out.println(tr("Warning: layer ''{0}'' doesn't exist any more. Can't remove conflict for primitive ''{1}''",
    5555                    getLayer().getName(),
    5656                    conflict.getMy().getDisplayName(DefaultNameFormatter.getInstance())
Note: See TracChangeset for help on using the changeset viewer.