diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index 26a4c9612e..ea0d1a7b12 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -185,7 +185,7 @@ void OverviewPage::handleEnabledTorChanged(){ if(ui->checkboxEnabledTor->isChecked()){ settings.setValue("fTorSetup", true); - msgBox.setText(tr("Please restart the Firo wallet to route your connection through Tor to protect your IP address.
Syncing your wallet might be slower with TOR.
Note that -torsetup in firo.conf will always override any changes made here.")); + msgBox.setText(tr("Please restart the Firo wallet to route your connection through Tor to protect your IP address.
Syncing your wallet might be slower with Tor.
Note that -torsetup in firo.conf will always override any changes made here.")); }else{ settings.setValue("fTorSetup", false); msgBox.setText(tr("Please restart the Firo wallet to disable routing of your connection through Tor to protect your IP address.
Note that -torsetup in firo.conf will always override any changes made here."));