Changeset 13784 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
- Timestamp:
- 2009-02-18T23:31:32+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
r13593 r13784 41 41 return new MenuActionNewLocation().addNewLayer(existingWMSlayers); 42 42 JOptionPane.showMessageDialog(Main.parent, 43 tr("More than one WMS layer present .\nSelect one of them first, then retry."));43 tr("More than one WMS layer present\nSelect one of them first, then retry")); 44 44 } 45 45 return null;
Note:
See TracChangeset
for help on using the changeset viewer.