Revert string change, making the message a bit clearer

This commit is contained in:
Kovid Goyal 2023-05-22 19:51:17 +05:30
parent 031f4c2bb2
commit 71d2fd0533
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, ' _('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 prefix: {new}').format(prefix=c, new=cat_name), 'New category name: {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: