Ignore:
Timestamp:
2010-01-13T19:33:42+01:00 (14 years ago)
Author:
mjulius
Message:

fix messages for actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UpdateSelectionAction.java

    r2684 r2842  
    7575        OsmPrimitive primitive = getEditLayer().data.getPrimitiveById(id);
    7676        if (primitive == null)
    77             throw new IllegalStateException(tr("Didn''t find an object with id {0} in the current dataset", id));
     77            throw new IllegalStateException(tr("Did not find an object with id {0} in the current dataset", id));
    7878        updatePrimitives(Collections.singleton(primitive));
    7979    }
Note: See TracChangeset for help on using the changeset viewer.