Changeset 15452 in josm


Ignore:
Timestamp:
2019-10-10T22:14:31+02:00 (5 years ago)
Author:
Don-vip
Message:

see #10564 - use the same i18n string than other actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GeoJSONServerReader.java

    r15427 r15452  
    3131    public DataSet parseOsm(ProgressMonitor progressMonitor) throws OsmTransferException {
    3232        try {
    33             progressMonitor.beginTask(tr("Contacting Server"), 10);
     33            progressMonitor.beginTask(tr("Contacting Server..."), 10);
    3434            return new GeoJSONImporter().parseDataSet(url);
    3535        } catch (IOException | IllegalDataException e) {
Note: See TracChangeset for help on using the changeset viewer.