mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
@@ -755,7 +755,7 @@ void TransferListWidget::askNewCategoryForSelection()
|
||||
|
||||
void TransferListWidget::askAddTagsForSelection()
|
||||
{
|
||||
const TagSet tags = askTagsForSelection(tr("Add Tags"));
|
||||
const TagSet tags = askTagsForSelection(tr("Add tags"));
|
||||
for (const Tag &tag : tags)
|
||||
addSelectionTag(tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user