Ignore:
Timestamp:
2018-05-20T21:21:27+02:00 (8 years ago)
Author:
donvip
Message:

see #josm16288 - replace similar i18n strings (removes 4 strings from Launchpad)

File:
1 edited

Legend:

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

    r32905 r34208  
    147147                if (in == null)
    148148                    return null;
    149                 monitor.indeterminateSubTask(tr("({0}/{1}) Downloading changeset {2} ...", i, ids.size(), id));
     149                monitor.indeterminateSubTask(tr("({0}/{1}) Downloading changeset {2}...", i, ids.size(), id));
    150150                List<Changeset> changesets = OsmChangesetParser.parse(in, monitor.createSubTaskMonitor(1, true));
    151151                if (changesets == null || changesets.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.