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()) {
|
||||
QMessageBox::information(
|
||||
this, "Synergy",
|
||||
tr("Synergy is now connected, You can close the "
|
||||
"config window. Synergy will remain connected in "
|
||||
tr("Synergy is now connected. You can close the "
|
||||
"config window and Synergy will remain connected in "
|
||||
"the background."));
|
||||
|
||||
appConfig().setStartedBefore(true);
|
||||
|
|
Loading…
Reference in New Issue