Changeset 26382 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
- Timestamp:
- 2011-07-22T14:58:22+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r26345 r26382 323 323 }); 324 324 enableCache.setSelected(Main.pref.getBoolean("cadastrewms.enableCaching", true)); 325 enableCache.setToolTipText(tr(" Replace the original white background by the backgound color defined in JOSM preferences."));325 enableCache.setToolTipText(tr("Allows an automatic caching")); 326 326 cadastrewms.add(enableCache, GBC.eop().insets(0, 0, 0, 0)); 327 327
Note:
See TracChangeset
for help on using the changeset viewer.