Skip to content

Commit f2bebe0

Browse files
committed
Resolve mnemonics conflict with Add Tag string
1 parent ec92802 commit f2bebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/qt/widgets/preview_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self, library: Library, driver: "QtDriver"):
9898
add_buttons_layout.setContentsMargins(0, 0, 0, 0)
9999
add_buttons_layout.setSpacing(6)
100100

101-
self.add_tag_button = QPushButton(Translations["tag.add"])
101+
self.add_tag_button = QPushButton(Translations["tag.add.button"])
102102
self.add_tag_button.setEnabled(False)
103103
self.add_tag_button.setCursor(Qt.CursorShape.PointingHandCursor)
104104
self.add_tag_button.setMinimumHeight(28)

0 commit comments

Comments
 (0)