Ignore:
Timestamp:
2011-07-16T21:10:43+02:00 (13 years ago)
Author:
stoecker
Message:

see #josm6227 - fix wrong quote escaping in strings

File:
1 edited

Legend:

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

    r26330 r26345  
    4545    private JCheckBox autoFirstLayer = new JCheckBox(tr("Select first WMS layer in list."));
    4646
    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)."));
    4848
    4949    private JRadioButton grabMultiplier1 = new JRadioButton("", true);
     
    292292        // option to add the "Tableau d'assemblage" in list of sheets to grab
    293293        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."));
    295295        cadastrewms.add(enableTableauAssemblage, GBC.eop().insets(0, 0, 0, 0));
    296296        // the crosspiece display
Note: See TracChangeset for help on using the changeset viewer.