mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
fixed wrong passwd html text
This commit is contained in:
parent
e081567fbc
commit
40c14db5ea
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ bool NotifyQt::askForPassword(const std::string& title, const std::string& key_d
|
||||||
dialog.setWindowTitle(QString::fromStdString(title));
|
dialog.setWindowTitle(QString::fromStdString(title));
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog.setLabelText((prev_is_bad ? QString("%1\n\n").arg(tr("Wrong password !")) : QString()) + QString("<b>%1</b><br/>Profile: <i>%2</i>\n").arg(tr("Please enter your Retroshare passphrase"), QString::fromUtf8(key_details.c_str())));
|
dialog.setLabelText((prev_is_bad ? QString("%1<br/><br/>").arg(tr("Wrong password !")) : QString()) + QString("<b>%1</b><br/>Profile: <i>%2</i>\n").arg(tr("Please enter your Retroshare passphrase"), QString::fromUtf8(key_details.c_str())));
|
||||||
dialog.setTextEchoMode(QLineEdit::Password);
|
dialog.setTextEchoMode(QLineEdit::Password);
|
||||||
dialog.setModal(true);
|
dialog.setModal(true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue