mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
EPUB Input: Use a translated name for the cover page
This commit is contained in:
parent
a3904830a8
commit
13c6a4c018
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user