Browse Source

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

Change title of "version update" dialog box
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
478ddfe102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/mainwindow.cpp

2
src/gui/mainwindow.cpp

@ -1916,7 +1916,7 @@ void MainWindow::handleUpdateCheckFinished(bool updateAvailable, QString newVers @@ -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();

Loading…
Cancel
Save