mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Forgot to make "Label" string translatable
This commit is contained in:
@@ -993,7 +993,7 @@ void TransferListWidget::displayListMenu(const QPoint&) {
|
|||||||
// Label Menu
|
// Label Menu
|
||||||
QStringList customLabels = getCustomLabels();
|
QStringList customLabels = getCustomLabels();
|
||||||
QList<QAction*> labelActions;
|
QList<QAction*> labelActions;
|
||||||
QMenu *labelMenu = listMenu.addMenu(QIcon(":/Icons/oxygen/feed-subscribe.png"), "Label");
|
QMenu *labelMenu = listMenu.addMenu(QIcon(":/Icons/oxygen/feed-subscribe.png"), tr("Label"));
|
||||||
labelActions << labelMenu->addAction(QIcon(":/Icons/oxygen/list-add.png"), tr("New..."));
|
labelActions << labelMenu->addAction(QIcon(":/Icons/oxygen/list-add.png"), tr("New..."));
|
||||||
labelActions << labelMenu->addAction(QIcon(":/Icons/oxygen/edit-clear.png"), tr("Reset"));
|
labelActions << labelMenu->addAction(QIcon(":/Icons/oxygen/edit-clear.png"), tr("Reset"));
|
||||||
labelMenu->addSeparator();
|
labelMenu->addSeparator();
|
||||||
|
|||||||
Reference in New Issue
Block a user