Changeset 26342 in osm for applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap
- Timestamp:
- 2011-07-16T17:25:22+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/ElevationProfileLayer.java
r24036 r26342 116 116 public String getToolTipText() { 117 117 if (profile != null) { 118 return tr("Elevation profile for track ' " +profile.getName()+ "'.");118 return tr("Elevation profile for track ''{0}''.", profile.getName()); 119 119 } else { 120 120 return tr("Elevation profile");
Note:
See TracChangeset
for help on using the changeset viewer.