diff --git a/platform/platform-impl/src/com/intellij/ide/passwordSafe/impl/providers/masterKey/EnterPasswordComponent.java b/platform/platform-impl/src/com/intellij/ide/passwordSafe/impl/providers/masterKey/EnterPasswordComponent.java index 20b9d0b884af..dc08f97fd29f 100644 --- a/platform/platform-impl/src/com/intellij/ide/passwordSafe/impl/providers/masterKey/EnterPasswordComponent.java +++ b/platform/platform-impl/src/com/intellij/ide/passwordSafe/impl/providers/masterKey/EnterPasswordComponent.java @@ -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("Master password is required to convert saved passwords.

" + note + ""); + myPromptLabel.setText("Master password is required to convert saved passwords.
" + note + ""); if (ApplicationManager.getApplication().isUnitTestMode()) { myPasswordField.setText("pass");