Change qBittorrent Updater window title

This commit is contained in:
xavier2k6 2021-01-18 14:01:13 +00:00 committed by sledgehammer999
parent e645514c8f
commit c86db0004f
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -1916,7 +1916,7 @@ void MainWindow::handleUpdateCheckFinished(bool updateAvailable, QString newVers
} }
else if (invokedByUser) 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.")); tr("No updates available.\nYou are already using the latest version."));
} }
sender()->deleteLater(); sender()->deleteLater();