Ignore:
Timestamp:
2009-11-17T17:33:31+01:00 (14 years ago)
Author:
stoecker
Message:

remove ViewID, fix typo, i18n update

File:
1 edited

Legend:

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

    r2414 r2468  
    5858            throw new IllegalArgumentException(tr("Parameter ''{0}'' must not be empty"));
    5959        if (data.isEmpty())
    60             throw new IllegalArgumentException(tr("At least one object to delete requird, got empty collection"));
     60            throw new IllegalArgumentException(tr("At least one object to delete required, got empty collection"));
    6161        this.toDelete = data;
    6262    }
Note: See TracChangeset for help on using the changeset viewer.