mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 22:14:32 +00:00
Merge pull request #14242 from xavier2k6/Change-qBittorrent-Updater-window-title
Change title of "version update" dialog box
This commit is contained in:
commit
478ddfe102
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user