mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ooops. Left of a colon.
This commit is contained in:
parent
ee367056f2
commit
533bd03652
@ -335,7 +335,7 @@ class CreateCustomColumn(QDialog):
|
|||||||
'value can be between 1 and 9'))
|
'value can be between 1 and 9'))
|
||||||
la.setWordWrap(True)
|
la.setWordWrap(True)
|
||||||
h.addWidget(la)
|
h.addWidget(la)
|
||||||
self.decimals_label = add_row(_('Decimals when editing'), h)
|
self.decimals_label = add_row(_('Decimals when editing:'), h)
|
||||||
|
|
||||||
# Template
|
# Template
|
||||||
self.composite_box = cb = TemplateLineEditor(self)
|
self.composite_box = cb = TemplateLineEditor(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user