Changeset 29377 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
- Timestamp:
- 2013-03-20T08:05:48+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
r29376 r29377 71 71 clayer.panToCenter(); 72 72 if( !Main.pref.getBoolean("iodb.calibration.message", false) ) { 73 JOptionPane.showMessageDialog(Main.parent, // todo: update text73 JOptionPane.showMessageDialog(Main.parent, 74 74 tr("A layer has been added with a calibration geometry. Hide data layers,\n" 75 75 + "find the corresponding feature on the imagery layer and move it accordingly."),
Note:
See TracChangeset
for help on using the changeset viewer.