mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
Change qBittorrent Updater window title
This commit is contained in:
parent
2b9c7e04a4
commit
75426cc498
@ -1923,7 +1923,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