mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Revert string change, making the message a bit clearer
This commit is contained in:
parent
031f4c2bb2
commit
71d2fd0533
@ -295,7 +295,7 @@ class TagCategories(QDialog, Ui_TagCategories):
|
||||
_('The hierarchical prefix of the new category is already used, '
|
||||
'perhaps with different case.'),
|
||||
det_msg=_('Existing prefix: {prefix}\n'
|
||||
'New prefix: {new}').format(prefix=c, new=cat_name),
|
||||
'New category name: {new}').format(prefix=c, new=cat_name),
|
||||
show=True)
|
||||
return False
|
||||
if cat_name not in self.user_categories:
|
||||
|
Loading…
x
Reference in New Issue
Block a user