mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Slightly better error message
This commit is contained in:
parent
21780b9d31
commit
561682645d
|
@ -303,7 +303,7 @@ void Core::saveConfiguration(const QString& path)
|
|||
if (!pwsaltedkeys[ptMain])
|
||||
{
|
||||
// probably zero chance event
|
||||
GUI::showWarning(tr("NO Password"), tr("Encryption is enabled, but there is no password! Encryption will be disabled."));
|
||||
GUI::showWarning(tr("NO Password"), tr("Local file encryption is enabled, but there is no password! It will be disabled."));
|
||||
Settings::getInstance().setEncryptTox(false);
|
||||
tox_save(tox, data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user