Ignore:
Timestamp:
2010-06-11T07:55:14+02:00 (14 years ago)
Author:
stoecker
Message:

fixed typos

Location:
applications/editors/josm/plugins/reverter/src/reverter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/DataSetToCmd.java

    r21634 r21640  
    4747        OsmPrimitive target = getMergeTarget(source);
    4848        if (target.getVersion() == 0)
    49             throw new IllegalStateException(tr("Target of type {0} with id {1} have invalid version",
     49            throw new IllegalStateException(tr("Target of type {0} with id {1} has invalid version",
    5050                    target.getType(), target.getUniqueId()));
    5151        OsmPrimitive newTarget;
  • applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetAction.java

    r21635 r21640  
    5353                if (!downloadConfirmed) {
    5454                    downloadConfirmed = JOptionPane.showConfirmDialog(Main.parent,
    55                             tr("This changeset have objects that doesn't present in current dataset.\n" +
     55                            tr("This changeset has objects that are not present in current dataset.\n" +
    5656                                    "It is needed to download them before reverting. Do you want to continue?"),
    5757                            tr("Confirm"), JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION;
Note: See TracChangeset for help on using the changeset viewer.