Improved grammar in connection notification dialog #4894
This commit is contained in:
parent
8003c4a2ad
commit
47d6d1c5bc
|
@ -415,8 +415,8 @@ void MainWindow::checkConnected(const QString& line)
|
||||||
if (!appConfig().startedBefore() && isVisible()) {
|
if (!appConfig().startedBefore() && isVisible()) {
|
||||||
QMessageBox::information(
|
QMessageBox::information(
|
||||||
this, "Synergy",
|
this, "Synergy",
|
||||||
tr("Synergy is now connected, You can close the "
|
tr("Synergy is now connected. You can close the "
|
||||||
"config window. Synergy will remain connected in "
|
"config window and Synergy will remain connected in "
|
||||||
"the background."));
|
"the background."));
|
||||||
|
|
||||||
appConfig().setStartedBefore(true);
|
appConfig().setStartedBefore(true);
|
||||||
|
|
Loading…
Reference in New Issue