mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
5a553df561
commit
08da43c0d2
@ -840,7 +840,7 @@ class TagsView(QTreeView): # {{{
|
||||
|
||||
# Add expand menu items
|
||||
self.context_menu.addSeparator()
|
||||
m = self.context_menu.addMenu(_('Expand and collapse'))
|
||||
m = self.context_menu.addMenu(_('Expand or collapse'))
|
||||
node_name = self._model.get_node(index).tag.name
|
||||
if self.has_children(index) and not self.isExpanded(index):
|
||||
m.addAction(self.plus_icon,
|
||||
|
Loading…
x
Reference in New Issue
Block a user