Ignore:
Timestamp:
2011-07-25T00:51:59+02:00 (13 years ago)
Author:
bastik
Message:

minor update

File:
1 edited

Legend:

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

    r26361 r26391  
    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("Erase and transfer to password manager")+"</html>");
     323            rbClear = new JRadioButton("<html>"+tr("Transfer to password manager and remove from prefence 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.