Merge pull request #14242 from xavier2k6/Change-qBittorrent-Updater-window-title

Change title of "version update" dialog box
This commit is contained in:
Mike Tzou 2021-01-20 11:21:40 +08:00 committed by GitHub
commit 478ddfe102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();