Index: applications/editors/josm/plugins/native-password-manager/build.xml
===================================================================
--- applications/editors/josm/plugins/native-password-manager/build.xml	(revision 26390)
+++ applications/editors/josm/plugins/native-password-manager/build.xml	(revision 26391)
@@ -33,5 +33,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4249"/>
+    <property name="plugin.main.version" value="4263"/>
 
     <!--
Index: applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java
===================================================================
--- applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java	(revision 26390)
+++ applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/InitializationWizard.java	(revision 26391)
@@ -321,5 +321,5 @@
             l.setText("<html><b>"+tr("Found sensitive data that is still saved"
                     + " in JOSM''s preference file (plain text).")+"<b></html>");
-            rbClear = new JRadioButton("<html>"+tr("Erase and transfer to password manager")+"</html>");
+            rbClear = new JRadioButton("<html>"+tr("Transfer to password manager and remove from prefence file")+"</html>");
             rbKeep = new JRadioButton("<html>"+tr("No, just keep it")+"</html>");
             rbClear.setSelected(true);
