mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Translations fixes
Do not translate strings, which should not be translated Remove unnecessary/unused strings.
This commit is contained in:
parent
164f3b761d
commit
8e7ef66011
11 changed files with 21 additions and 24 deletions
|
@ -653,7 +653,7 @@ void PropertiesWidget::askWebSeed() {
|
|||
if (!ok) return;
|
||||
qDebug("Adding %s web seed", qPrintable(url_seed));
|
||||
if (!listWebSeeds->findItems(url_seed, Qt::MatchFixedString).empty()) {
|
||||
QMessageBox::warning(this, tr("qBittorrent"),
|
||||
QMessageBox::warning(this, "qBittorrent",
|
||||
tr("This url seed is already in the list."),
|
||||
QMessageBox::Ok);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue