Changeset 13417 in osm
- Timestamp:
- 2009-01-28T15:58:23+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r13382 r13417 103 103 if (Main.proj.toString().equals(new Lambert().toString()) != true) { 104 104 JOptionPane.showMessageDialog(Main.parent, 105 tr("To enable the plugin cadastrewms, change\nthe JOSM projection to Lambert and restart"));105 tr("To enable the cadastre WMS plugin, change\nthe JOSM projection to Lambert and restart")); 106 106 return; 107 107 } -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
r13382 r13417 48 48 String codeCommune = ""; 49 49 boolean resetCookie = false; 50 JLabel labelSectionNewLocation = new JLabel(tr("Add anew layer"));50 JLabel labelSectionNewLocation = new JLabel(tr("Add new layer")); 51 51 JPanel p = new JPanel(new GridBagLayout()); 52 52 JLabel labelLocation = new JLabel(tr("Location"));
Note:
See TracChangeset
for help on using the changeset viewer.