1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

- Forgot to make "Label" string translatable

This commit is contained in:
Christophe Dumez 2009-12-17 10:01:01 +00:00
parent 6dd3833e0f
commit 09ef3073a1

View File

@ -993,7 +993,7 @@ void TransferListWidget::displayListMenu(const QPoint&) {
// Label Menu
QStringList customLabels = getCustomLabels();
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/edit-clear.png"), tr("Reset"));
labelMenu->addSeparator();