EPUB Input: Use a translated name for the cover page

This commit is contained in:
Kovid Goyal 2024-03-20 12:33:49 +05:30
parent a3904830a8
commit 13c6a4c018
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -224,7 +224,8 @@ class EPUBInput(InputFormatPlugin):
f.write(renderer)
# Set the titlepage guide entry
self.set_guide_type(opf, 'titlepage', guide_cover, 'Title page')
from calibre.utils.localization import __
self.set_guide_type(opf, 'titlepage', guide_cover, __('Cover page'))
return removed
def find_opf(self):