diff --git a/src/gui/src/MainWindow.cpp b/src/gui/src/MainWindow.cpp index 953eabe5..21d4ae99 100644 --- a/src/gui/src/MainWindow.cpp +++ b/src/gui/src/MainWindow.cpp @@ -513,8 +513,8 @@ bool MainWindow::clientArgs(QStringList& args, QString& app) if (m_pCheckBoxAutoConnect->isChecked()) { if (m_pComboServerList->count() == 0) { - QMessageBox::warning(this, tr("No server detected"), - tr("Sorry, Synergy doesn't detect any server.")); + QMessageBox::information(this, tr("No server detected"), + tr("Sorry, Synergy hasn't detected any server.")); return false; } else {