Ignore:
Timestamp:
2010-01-12T07:16:18+01:00 (14 years ago)
Author:
Gubaer
Message:

see #4339: applied patch by andre68: MessageFormat fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/query/AdvancedChangesetQueryPanel.java

    r2801 r2822  
    940940        public void fillInQuery(ChangesetQuery query) {
    941941            if (!isValidChangesetQuery())
    942                 throw new IllegalStateException(tr("Can''t restrict the changeset query to a specific bounding box. The input is invalid."));
     942                throw new IllegalStateException(tr("Can't restrict the changeset query to a specific bounding box. The input is invalid."));
    943943            query.inBbox(getBoundingBox());
    944944        }
Note: See TracChangeset for help on using the changeset viewer.