mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 15:32:48 -07:00
Show torrent name in "preview file" related dialogs
This commit is contained in:
parent
6a462edb72
commit
7f73a71319
3 changed files with 7 additions and 5 deletions
|
@ -509,7 +509,8 @@ void TransferListWidget::previewSelectedTorrents()
|
|||
dialog->show();
|
||||
}
|
||||
else {
|
||||
QMessageBox::critical(this, tr("Unable to preview"), tr("The selected torrent does not contain previewable files"));
|
||||
QMessageBox::critical(this, tr("Unable to preview"), tr("The selected torrent \"%1\" does not contain previewable files")
|
||||
.arg(torrent->name()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue