Ignore:
Timestamp:
2011-07-17T12:40:00+02:00 (13 years ago)
Author:
stoecker
Message:

i18n fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java

    r26335 r26354  
    256256            HtmlPanel intro = new HtmlPanel("<html><b>"+type.getIntroText()+"</b></html>");
    257257            rbManage = new JRadioButton("<html>"+type.getSelectionText()+"</html>");
    258             rbPlain = new JRadioButton("<html>"+tr("No thanks, use JOSM's plain text preferences storage")+"</html>");
     258            rbPlain = new JRadioButton("<html>"+tr("No thanks, use JOSM''s plain text preferences storage")+"</html>");
    259259            rbManage.addActionListener(this);
    260260            rbPlain.addActionListener(this);
Note: See TracChangeset for help on using the changeset viewer.