#6541 Fixed connected info text to include without TLS encryption
This commit is contained in:
parent
ec01c16bab
commit
26d50d1e18
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue