mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Disable translation of program name
This commit is contained in:
committed by
sledgehammer999
parent
230f98da4a
commit
c998c7d38d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user