mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Allow 'Export .torrent' tooltip to be translatable
Closes #17660. PR #17664.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user