From 75426cc498f50b15a5c8d74ec8b9d06fba0c09d4 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 bc865cfdc..13ab6fc53 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1923,7 +1923,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();