Changeset 20585 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
- Timestamp:
- 2010-03-21T18:16:45+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
r20390 r20585 40 40 String codeCommune = ""; 41 41 boolean changeInterface = false; 42 JLabel labelSectionNewLocation = new JLabel(tr("Add a new layer")); 42 JLabel labelSectionNewLocation = new JLabel(tr("Add a new municipality layer")); 43 43 JPanel p = new JPanel(new GridBagLayout()); 44 JLabel labelLocation = new JLabel(tr(" Location"));44 JLabel labelLocation = new JLabel(tr("Commune")); 45 45 final JTextField inputTown = new JTextField( Main.pref.get("cadastrewms.location") ); 46 46 inputTown.setToolTipText(tr("<html>Enter the town,village or city name.<br>"
Note:
See TracChangeset
for help on using the changeset viewer.
