Fix #1922304 [[Enhancement] Colons missing in the Cover generation settings screen](https://bugs.launchpad.net/calibre/+bug/1922304)

This commit is contained in:
Kovid Goyal 2021-04-02 10:06:25 +05:30
parent 7b21abcfe9
commit 151bc8eca0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -182,8 +182,8 @@ class CoverSettingsWidget(QWidget):
for x, label, size_label in (
('title', _('&Title font family:'), _('&Title font size:')),
('subtitle', _('&Subtitle font family'), _('&Subtitle font size:')),
('footer', _('&Footer font family'), _('&Footer font size')),
('subtitle', _('&Subtitle font family:'), _('&Subtitle font size:')),
('footer', _('&Footer font family:'), _('&Footer font size:')),
):
attr = '%s_font_family' % x
ff = FontFamilyChooser(fp)