Changeset 26345 in osm for applications/editors/josm/plugins/cadastre-fr
- Timestamp:
- 2011-07-16T21:10:43+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r26330 r26345 45 45 private JCheckBox autoFirstLayer = new JCheckBox(tr("Select first WMS layer in list.")); 46 46 47 private JCheckBox dontUseRelation = new JCheckBox(tr("Don't use relation for addresses (but \"addr:street\" on elements).")); 47 private JCheckBox dontUseRelation = new JCheckBox(tr("Don''t use relation for addresses (but \"addr:street\" on elements).")); 48 48 49 49 private JRadioButton grabMultiplier1 = new JRadioButton("", true); … … 292 292 // option to add the "Tableau d'assemblage" in list of sheets to grab 293 293 enableTableauAssemblage.setSelected(Main.pref.getBoolean("cadastrewms.useTA", false)); 294 enableTableauAssemblage.setToolTipText(tr("Add the \"Tableau(x) d'assemblage\" in the list of cadastre sheets to grab.")); 294 enableTableauAssemblage.setToolTipText(tr("Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab.")); 295 295 cadastrewms.add(enableTableauAssemblage, GBC.eop().insets(0, 0, 0, 0)); 296 296 // the crosspiece display
Note:
See TracChangeset
for help on using the changeset viewer.