Changeset 8995 in josm


Ignore:
Timestamp:
2015-11-07T15:01:00+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12071 - missing translated string

File:
1 edited

Legend:

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

    r8929 r8995  
    195195    public List<Note> parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor)
    196196            throws OsmTransferException, MoreNotesException {
    197         progressMonitor.beginTask("Downloading notes");
     197        progressMonitor.beginTask(tr("Downloading notes"));
    198198        CheckParameterUtil.ensureThat(noteLimit > 0, "Requested note limit is less than 1.");
    199199        // see result_limit in https://github.com/openstreetmap/openstreetmap-website/blob/master/app/controllers/notes_controller.rb
Note: See TracChangeset for help on using the changeset viewer.