Revise label text

PR #21118.
This commit is contained in:
Chocobo1
2024-08-05 21:01:49 +08:00
committed by GitHub
parent 66c1acbce2
commit 7b2886e477
9 changed files with 30 additions and 33 deletions

View File

@@ -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);
}