From 47d6d1c5bc92ae2f2eecf5edd69a71f9a1bf7569 Mon Sep 17 00:00:00 2001 From: Will Tinsdeall Date: Fri, 2 Oct 2015 10:34:15 +0100 Subject: [PATCH] Improved grammar in connection notification dialog #4894 --- src/gui/src/MainWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/src/MainWindow.cpp b/src/gui/src/MainWindow.cpp index af72437e..727f2dfb 100644 --- a/src/gui/src/MainWindow.cpp +++ b/src/gui/src/MainWindow.cpp @@ -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);