Changeset 26517 in osm for applications/editors/josm/plugins/ImportImagePlugin/src/org
- Timestamp:
- 2011-08-11T10:47:17+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/ImageLayer.java
r26452 r26517 103 103 if(e.getMessage().contains("No projection file found")) 104 104 { 105 ExtendedDialog ex = new ExtendedDialog(Main.parent, tr("Warning"), new String[] {tr("Default image projection"), tr("JOSM's current projection"), tr("Cancel")}); 105 ExtendedDialog ex = new ExtendedDialog(Main.parent, tr("Warning"), new String[] {tr("Default image projection"), tr("JOSM''s current projection"), tr("Cancel")}); 106 106 ex.setContent(tr("No projection file (.prj) found.<br>" 107 107 + "You can choose the default image projection ({0}) or JOSM''s current editor projection ({1}) as original image projection.<br>"
Note:
See TracChangeset
for help on using the changeset viewer.