Ignore:
Timestamp:
2011-08-11T00:45:56+02:00 (15 years ago)
Author:
stoecker
Message:

i18n fixes

File:
1 edited

Legend:

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

    r26382 r26509  
    114114        // option to alter the original colors of the wms images
    115115        alterColors.setSelected(Main.pref.getBoolean("cadastrewms.alterColors", false));
    116         alterColors.setToolTipText(tr("Replace the original white background by the backgound color defined in JOSM preferences."));
     116        alterColors.setToolTipText(tr("Replace the original white background by the background color defined in JOSM preferences."));
    117117        cadastrewms.add(alterColors, GBC.eop().insets(0, 0, 0, 0));
    118118
Note: See TracChangeset for help on using the changeset viewer.