mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix typo in message box
This commit is contained in:
parent
7571309142
commit
978f051060
|
@ -1173,7 +1173,7 @@ bool Core::loadConfiguration(QString path)
|
|||
{
|
||||
while (!isPasswordSet(ptHistory))
|
||||
{
|
||||
emit blockingGetPassword(tr("History Log decpytion password"), Core::ptHistory);
|
||||
emit blockingGetPassword(tr("History Log decryption password"), Core::ptHistory);
|
||||
if (!isPasswordSet(ptHistory))
|
||||
Widget::getInstance()->showWarningMsgBox(tr("Password error"), tr("Failed to setup password.\nEmpty password."));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user