This commit is contained in:
Kovid Goyal 2024-08-17 15:24:29 +05:30
commit 3173b9dd58
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: