Changeset 34108 in osm for applications
- Timestamp:
- 2018-03-25T11:32:54+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r34095 r34108 134 134 } 135 135 visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description); 136 /* I18n: either copy the link verbose or replace it by the translated version from the wiki for already translated languages */ 136 137 UrlLabel visiUrl = new UrlLabel(tr("https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2); 137 138
Note:
See TracChangeset
for help on using the changeset viewer.