string changes

This commit is contained in:
Kovid Goyal 2022-05-13 07:18:10 +05:30
parent eead15b591
commit 6bda2d2753
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -720,7 +720,7 @@ class TagBrowserWidget(QFrame): # {{{
ma.setStatusTip(ma.toolTip())
mt = l.m.addAction(_('Manage authors, tags, etc.'))
mt.setToolTip(_('All of these category_managers are available by right-clicking '
mt.setToolTip(_('All of these category managers are available by right-clicking '
'on items in the Tag browser above'))
mt.m = l.manage_menu = QMenu(l.m)
mt.setMenu(mt.m)