Changeset 13607 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2018-04-08T01:06:25+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16173 - reuse "Download data" string used elsewhere in the application. Reduces the number of strings to translate

File:
1 edited

Legend:

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

    r13493 r13607  
    256256        }
    257257
    258         PleaseWaitProgressMonitor monitor = new PleaseWaitProgressMonitor(tr("Download Data"));
     258        PleaseWaitProgressMonitor monitor = new PleaseWaitProgressMonitor(tr("Download data"));
    259259
    260260        List<Future<?>> result = new ArrayList<>();
Note: See TracChangeset for help on using the changeset viewer.