Changeset 13292 in josm for trunk/src/org
- Timestamp:
- 2018-01-07T13:24:24+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/ExportRelationToGpxAction.java
r13216 r13292 102 102 if (mode.contains(FROM_FIRST_MEMBER)) { 103 103 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."); 105 105 } else { 106 106 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."); 108 108 } 109 109 }
Note:
See TracChangeset
for help on using the changeset viewer.