diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index bf8c8b114..48b54dd6f 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1916,7 +1916,7 @@ void MainWindow::handleUpdateCheckFinished(bool updateAvailable, QString newVers } else if (invokedByUser) { - QMessageBox::information(this, tr("Already Using the Latest qBittorrent Version"), + QMessageBox::information(this, tr("qBittorrent"), tr("No updates available.\nYou are already using the latest version.")); } sender()->deleteLater();