From 6bda2d2753645c3064d17628aa766bcb3e3ff567 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 May 2022 07:18:10 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/tag_browser/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tag_browser/ui.py b/src/calibre/gui2/tag_browser/ui.py index 09baadbe1b..0b2b75f4cd 100644 --- a/src/calibre/gui2/tag_browser/ui.py +++ b/src/calibre/gui2/tag_browser/ui.py @@ -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)