Changeset 29429 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/CalibrationLayer.java
- Timestamp:
- 2013-03-29T18:02:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/CalibrationLayer.java
r29428 r29429 99 99 public String getToolTipText() { 100 100 if(obj.isDeprecated()) 101 return tr("A deprecated calibration {0} by {1}", 101 return tr("A deprecated calibration of type {0} by {1}", 102 102 OffsetInfoAction.getGeometryType(obj), obj.getAuthor()); 103 103 else 104 return tr("A calibration {0} by {1}", 104 return tr("A calibration of type {0} by {1}", 105 105 OffsetInfoAction.getGeometryType(obj), obj.getAuthor()); 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.
