Skip to content

Commit 4e61a7e

Browse files
committed
Add mnemonics to the Add Tags window
1 parent e2da261 commit 4e61a7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tagstudio/resources/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"tag.search_for_tag": "Search for Tag",
269269
"tag.shorthand": "Shorthand",
270270
"tag.tag_name_required": "Tag Name (Required)",
271-
"tag.view_limit": "View Limit:",
271+
"tag.view_limit": "&View Limit:",
272272
"trash.context.ambiguous": "Move file(s) to {trash_term}",
273273
"trash.context.plural": "Move files to {trash_term}",
274274
"trash.context.singular": "Move file to {trash_term}",

tagstudio/src/qt/modals/tag_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def __init__(
8181
self.limit_layout.addWidget(self.limit_title)
8282

8383
self.limit_combobox = QComboBox()
84+
self.limit_title.setBuddy(self.limit_combobox)
8485
self.limit_combobox.setEditable(False)
8586
self.limit_combobox.addItems([str(x) for x in TagSearchPanel._limit_items])
8687
self.limit_combobox.setCurrentIndex(TagSearchPanel._default_limit_idx)

0 commit comments

Comments
 (0)