diff --git a/widget/form/settings/privacyform.cpp b/widget/form/settings/privacyform.cpp index bcf712754..5eadae688 100644 --- a/widget/form/settings/privacyform.cpp +++ b/widget/form/settings/privacyform.cpp @@ -33,7 +33,7 @@ PrivacyForm::PrivacyForm() : connect(bodyUI->cbTypingNotification, SIGNAL(stateChanged(int)), this, SLOT(onTypingNotificationEnabledUpdated())); connect(bodyUI->cbKeepHistory, SIGNAL(stateChanged(int)), this, SLOT(onEnableLoggingUpdated())); connect(bodyUI->cbEncryptHistory, SIGNAL(stateChanged(int)), this, SLOT(onEncryptLogsUpdated())); - connect(bodyUI->cbEnctyptTox, SIGNAL(stateChanged(int)), this, SLOT(onEncryptToxUpdated())); + connect(bodyUI->cbEncryptTox, SIGNAL(stateChanged(int)), this, SLOT(onEncryptToxUpdated())); connect(bodyUI->pswdBtn, SIGNAL(clicked()), this, SLOT(onPasswordSet())); } diff --git a/widget/form/settings/privacysettings.ui b/widget/form/settings/privacysettings.ui index 7c0761170..9fee5764e 100644 --- a/widget/form/settings/privacysettings.ui +++ b/widget/form/settings/privacysettings.ui @@ -44,7 +44,7 @@ - + Encrypt Tox datafile