Improved grammar in connection notification dialog #4894

This commit is contained in:
Will Tinsdeall 2015-10-02 10:34:15 +01:00 committed by Jerry (Xinyu Hou)
parent 8003c4a2ad
commit 47d6d1c5bc
1 changed files with 2 additions and 2 deletions

View File

@ -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);