1
0
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:
Tyler Dunn 2022-09-03 02:58:23 -04:00 committed by GitHub
parent 3061f6cf5b
commit 6263c4786b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1227,7 +1227,7 @@ void TransferListWidget::displayListMenu()
copySubMenu->addAction(actionCopyMagnetLink); copySubMenu->addAction(actionCopyMagnetLink);
copySubMenu->addAction(actionCopyID); 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->addAction(actionExportTorrent);
listMenu->popup(QCursor::pos()); listMenu->popup(QCursor::pos());