1
0
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:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-24 00:41:35 +02:00
parent 7571309142
commit 978f051060
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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."));
}