Ignore:
Timestamp:
2009-09-20T10:23:22+02:00 (15 years ago)
Author:
stoecker
Message:

fixed typos

File:
1 edited

Legend:

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

    r2070 r2163  
    249249    public void undoCommand() {
    250250        if (! Main.map.mapView.hasLayer(getLayer())) {
    251             logger.warning(tr("Can't undo command ''{0}'' because layer ''{1}'' is not present anymore",
     251            logger.warning(tr("Can't undo command ''{0}'' because layer ''{1}'' is not present any more",
    252252                    this.toString(),
    253253                    getLayer().toString()
Note: See TracChangeset for help on using the changeset viewer.