From c86db0004ff75b9f050bf6120d0570fa5b9bc54f Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:01:13 +0000 Subject: [PATCH] Change qBittorrent Updater window title --- src/gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();