mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1881396 [[Enhancement] In the Tag browser context menu ' is used as an](https://bugs.launchpad.net/calibre/+bug/1881396)
This commit is contained in:
parent
50a19e2b75
commit
19de299830
@ -562,7 +562,7 @@ class TagsView(QTreeView): # {{{
|
||||
n = tag.name
|
||||
if len(n) > 45:
|
||||
n = n[:45] + '...'
|
||||
ans = "'" + n + "'"
|
||||
ans = n
|
||||
elif tag.is_hierarchical and not tag.is_editable:
|
||||
ans = tag.original_name
|
||||
if ans:
|
||||
|
Loading…
x
Reference in New Issue
Block a user