Changeset 26391 in osm for applications/editors/josm
- Timestamp:
- 2011-07-25T00:51:59+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/native-password-manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/build.xml
r26341 r26391 33 33 <property name="commit.message" value="Commit message"/> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="42 49"/>35 <property name="plugin.main.version" value="4263"/> 36 36 37 37 <!-- -
applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java
r26361 r26391 321 321 l.setText("<html><b>"+tr("Found sensitive data that is still saved" 322 322 + " 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>"); 324 324 rbKeep = new JRadioButton("<html>"+tr("No, just keep it")+"</html>"); 325 325 rbClear.setSelected(true);
Note:
See TracChangeset
for help on using the changeset viewer.