mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Disable translation of program name
This commit is contained in:
parent
478ddfe102
commit
d85a41ad75
2 changed files with 2 additions and 2 deletions
|
@ -1916,7 +1916,7 @@ void MainWindow::handleUpdateCheckFinished(bool updateAvailable, QString newVers
|
|||
}
|
||||
else if (invokedByUser)
|
||||
{
|
||||
QMessageBox::information(this, tr("qBittorrent"),
|
||||
QMessageBox::information(this, QLatin1String("qBittorrent"),
|
||||
tr("No updates available.\nYou are already using the latest version."));
|
||||
}
|
||||
sender()->deleteLater();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue