mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 04:45:03 +08:00
Improved grammar in connection notification dialog #4894
This commit is contained in:
committed by
Jerry (Xinyu Hou)
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);
|
||||
|
||||
Reference in New Issue
Block a user