Allow 'Export .torrent' tooltip to be translatable

Closes #17660.
PR #17664.
This commit is contained in:
Tyler Dunn
2022-09-03 02:58:23 -04:00
committed by GitHub
parent 3061f6cf5b
commit 6263c4786b

View File

@@ -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());