IDEA-CR-13232 remove additional newline

This commit is contained in:
Vladimir Krivosheev
2016-08-24 11:16:29 +02:00
parent 97ef84693d
commit 61fe8a8a78
@@ -47,7 +47,7 @@ public class EnterPasswordComponent extends PasswordComponentBase {
note = "The passwords will be stored in IDE configuration files with weak protection (" + subNote + ").";
}
myPromptLabel.setText("<html>Master password is required to convert saved passwords.<br><br>" + note + "</html>");
myPromptLabel.setText("<html>Master password is required to convert saved passwords.<br>" + note + "</html>");
if (ApplicationManager.getApplication().isUnitTestMode()) {
myPasswordField.setText("pass");