Skip to content

Commit a9b9c32

Browse files
committed
Add library.field.add.button to the preview panel
1 parent 0fd6093 commit a9b9c32

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
@@ -104,7 +104,7 @@ def __init__(self, library: Library, driver: "QtDriver"):
104104
self.add_tag_button.setMinimumHeight(28)
105105
self.add_tag_button.setStyleSheet(PreviewPanel.button_style)
106106

107-
self.add_field_button = QPushButton(Translations["library.field.add"])
107+
self.add_field_button = QPushButton(Translations["library.field.add.button"])
108108
self.add_field_button.setEnabled(False)
109109
self.add_field_button.setCursor(Qt.CursorShape.PointingHandCursor)
110110
self.add_field_button.setMinimumHeight(28)

0 commit comments

Comments
 (0)