Ooops. Left of a colon.

This commit is contained in:
Charles Haley 2022-04-16 16:37:14 +01:00
parent ee367056f2
commit 533bd03652

View File

@ -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)