string changes

This commit is contained in:
Kovid Goyal 2021-10-17 11:29:01 +05:30
parent e8e571c03c
commit 1332db808a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -409,7 +409,7 @@ class CreateCustomColumn(QDialog):
'yyyy-mm-dd. For Yes/No columns enter "Yes" or "No". For Text with '
'a fixed set of values enter one of the permitted values. For '
'Rating columns enter a number between 0 and 5.') + '</p>')
self.default_value_label = add_row(_('Default value:'), dv)
self.default_value_label = add_row(_('&Default value:'), dv)
self.resize(self.sizeHint())
# }}}