Ignore:
Timestamp:
2011-07-22T14:58:22+02:00 (14 years ago)
Author:
pieren
Message:

improved i18n with patches #6624 #6625

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java

    r26345 r26382  
    323323        });
    324324        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"));
    326326        cadastrewms.add(enableCache, GBC.eop().insets(0, 0, 0, 0));
    327327
Note: See TracChangeset for help on using the changeset viewer.