mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Allow 'Export .torrent' tooltip to be translatable
Closes #17660. PR #17664.
This commit is contained in:
parent
3061f6cf5b
commit
6263c4786b
@ -1227,7 +1227,7 @@ void TransferListWidget::displayListMenu()
|
||||
copySubMenu->addAction(actionCopyMagnetLink);
|
||||
copySubMenu->addAction(actionCopyID);
|
||||
|
||||
actionExportTorrent->setToolTip(u"Exported torrent is not necessarily the same as the imported"_qs);
|
||||
actionExportTorrent->setToolTip(tr("Exported torrent is not necessarily the same as the imported"));
|
||||
listMenu->addAction(actionExportTorrent);
|
||||
|
||||
listMenu->popup(QCursor::pos());
|
||||
|
Loading…
Reference in New Issue
Block a user