mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Change qBittorrent Updater window title
This commit is contained in:
committed by
sledgehammer999
parent
e645514c8f
commit
c86db0004f
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user