From 71d2fd05338dbd4869b6ee3e1c3471fd4772f2ea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 May 2023 19:51:17 +0530 Subject: [PATCH] Revert string change, making the message a bit clearer --- src/calibre/gui2/dialogs/tag_categories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: