Ignore:
Timestamp:
2018-01-07T13:24:24+01:00 (6 years ago)
Author:
Klumbumbus
Message:

see #15606 - adjust mouse over hint text

File:
1 edited

Legend:

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

    r13216 r13292  
    102102        if (mode.contains(FROM_FIRST_MEMBER)) {
    103103            return tr("Flatten this relation to a single gpx track recursively, " +
    104                     "starting with the first member(s), successively continuing to the last.");
     104                    "starting with the first member, successively continuing to the last.");
    105105        } else {
    106106            return tr("Flatten this relation to a single gpx track recursively, " +
    107                     "starting with the last member(s), successively continuing to the first.");
     107                    "starting with the last member, successively continuing to the first.");
    108108        }
    109109    }
Note: See TracChangeset for help on using the changeset viewer.