string changes

This commit is contained in:
Kovid Goyal 2023-05-22 07:00:04 +05:30
parent c19c2fb0cf
commit 1eb3d9aee5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 category: {new}').format(prefix=c, new=cat_name),
'New prefix: {new}').format(prefix=c, new=cat_name),
show=True)
return False
if cat_name not in self.user_categories: