Skip to content

Commit

Permalink
typo: tags instead of categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 30, 2024
1 parent da1a20b commit 0468aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/gui/dlg_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, parent: Optional[QWidget] = None):
self.tr("Date"),
self.tr("Title"),
self.tr("Author(s)"),
self.tr("Categories"),
self.tr("Tags"),
]
)
self.tree_contents.itemClicked.connect(self.on_tree_view_item_click)
Expand Down

0 comments on commit 0468aa5

Please sign in to comment.