#6541 Fixed connected info text to include without TLS encryption

This commit is contained in:
Jamie Newbon
2019-08-22 10:10:46 +01:00
committed by Jnewbon
parent ec01c16bab
commit 26d50d1e18

View File

@@ -975,7 +975,7 @@ void MainWindow::setSynergyState(qSynergyState state)
setStatus(tr("Synergy is connected (with %1)").arg(m_SecureSocketVersion));
}
else {
setStatus(tr("Synergy is running (without %1)").arg(m_SecureSocketVersion));
setStatus(tr("Synergy is running (without TLS encryption)").arg(m_SecureSocketVersion));
}
break;
}