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
c19c2fb0cf
commit
1eb3d9aee5
@ -295,7 +295,7 @@ class TagCategories(QDialog, Ui_TagCategories):
|
|||||||
_('The hierarchical prefix of the new category is already used, '
|
_('The hierarchical prefix of the new category is already used, '
|
||||||
'perhaps with different case.'),
|
'perhaps with different case.'),
|
||||||
det_msg=_('Existing prefix: {prefix}\n'
|
det_msg=_('Existing prefix: {prefix}\n'
|
||||||
'New category: {new}').format(prefix=c, new=cat_name),
|
'New prefix: {new}').format(prefix=c, new=cat_name),
|
||||||
show=True)
|
show=True)
|
||||||
return False
|
return False
|
||||||
if cat_name not in self.user_categories:
|
if cat_name not in self.user_categories:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user