Changeset 26459 in osm


Ignore:
Timestamp:
2011-08-05T22:49:02+02:00 (13 years ago)
Author:
bastik
Message:

typos (spelling)

File:
1 edited

Legend:

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

    r26391 r26459  
    206206            HtmlPanel intro = new HtmlPanel("<html>"+
    207207                    tr("No native password manager could be found!")+"<br>"+
    208                     tr("Depending on your Operating Stystem / Distribution, you may have to create a default keyring / wallet first.")+
     208                    tr("Depending on your Operating System / Distribution, you may have to create a default keyring / wallet first.")+
    209209                    "</html>");
    210210
     
    321321            l.setText("<html><b>"+tr("Found sensitive data that is still saved"
    322322                    + " in JOSM''s preference file (plain text).")+"<b></html>");
    323             rbClear = new JRadioButton("<html>"+tr("Transfer to password manager and remove from prefence file")+"</html>");
     323            rbClear = new JRadioButton("<html>"+tr("Transfer to password manager and remove from preference file")+"</html>");
    324324            rbKeep = new JRadioButton("<html>"+tr("No, just keep it")+"</html>");
    325325            rbClear.setSelected(true);
Note: See TracChangeset for help on using the changeset viewer.