mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1922304 [[Enhancement] Colons missing in the Cover generation settings screen](https://bugs.launchpad.net/calibre/+bug/1922304)
This commit is contained in:
parent
7b21abcfe9
commit
151bc8eca0
@ -182,8 +182,8 @@ class CoverSettingsWidget(QWidget):
|
|||||||
|
|
||||||
for x, label, size_label in (
|
for x, label, size_label in (
|
||||||
('title', _('&Title font family:'), _('&Title font size:')),
|
('title', _('&Title font family:'), _('&Title font size:')),
|
||||||
('subtitle', _('&Subtitle font family'), _('&Subtitle font size:')),
|
('subtitle', _('&Subtitle font family:'), _('&Subtitle font size:')),
|
||||||
('footer', _('&Footer font family'), _('&Footer font size')),
|
('footer', _('&Footer font family:'), _('&Footer font size:')),
|
||||||
):
|
):
|
||||||
attr = '%s_font_family' % x
|
attr = '%s_font_family' % x
|
||||||
ff = FontFamilyChooser(fp)
|
ff = FontFamilyChooser(fp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user