string changes

This commit is contained in:
Kovid Goyal 2025-01-10 22:14:26 +05:30
parent 330ca48f69
commit 4a2869e2b1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -880,7 +880,7 @@ class TagBrowserWidget(QFrame): # {{{
ac.triggered.connect(self.filter_book_list)
l.m.addSeparator()
ac = l.m.addAction(QIcon.ic('config.png'), _('Preferences / Look & feel / Tag browser'))
ac = l.m.addAction(QIcon.ic('config.png'), _('Show all Tag browser se&ttings'))
ac.triggered.connect(self.show_tag_browser_preferences)
ac = QAction(parent)