From 5562c2a621e995103db01b264c224bc1f438b1be Mon Sep 17 00:00:00 2001 From: chocolatechipcats <47759676+chocolatechipcats@users.noreply.github.com> Date: Sat, 17 Aug 2024 05:46:18 -0300 Subject: [PATCH] Update toc_edit.py string change --- src/calibre/gui2/actions/toc_edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/toc_edit.py b/src/calibre/gui2/actions/toc_edit.py index 85f8e15a8f..c93a558c0b 100644 --- a/src/calibre/gui2/actions/toc_edit.py +++ b/src/calibre/gui2/actions/toc_edit.py @@ -95,7 +95,7 @@ class ToCEditAction(InterfaceActionWithLibraryDrop): if not ans: error_dialog(self.gui, _('Cannot edit ToC'), _('Editing Table of Contents is only supported for books in the %s' - ' formats. Convert to one of those formats before polishing.') + ' formats. Convert to one of those formats before editing.') %_(' or ').join(sorted(supported)), show=True) ans = OrderedDict(ans) if len(ans) > 5: