diff --git a/src/calibre/gui2/dialogs/tag_categories.py b/src/calibre/gui2/dialogs/tag_categories.py index 4c68173b78..a79758f8d9 100644 --- a/src/calibre/gui2/dialogs/tag_categories.py +++ b/src/calibre/gui2/dialogs/tag_categories.py @@ -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: