String changes

This commit is contained in:
Kovid Goyal 2020-10-17 19:23:25 +05:30
parent 5a553df561
commit 08da43c0d2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -840,7 +840,7 @@ class TagsView(QTreeView): # {{{
# Add expand menu items # Add expand menu items
self.context_menu.addSeparator() 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 node_name = self._model.get_node(index).tag.name
if self.has_children(index) and not self.isExpanded(index): if self.has_children(index) and not self.isExpanded(index):
m.addAction(self.plus_icon, m.addAction(self.plus_icon,