mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/413Michele/calibre
This commit is contained in:
commit
1a32580cb7
@ -323,7 +323,8 @@ class CreateCustomColumn(QDialog):
|
||||
self.use_decorations = ud = QCheckBox(_("Show &checkmarks"), self)
|
||||
ud.setToolTip(_("Show check marks in the GUI. Values of 'yes', 'checked', and 'true'\n"
|
||||
"will show a green check. Values of 'no', 'unchecked', and 'false' will show a red X.\n"
|
||||
"Everything else will show nothing."))
|
||||
"Everything else will show nothing. Note that the values of 'true' and 'false' don't\n"
|
||||
"follow calibre's language settings and are always in English."))
|
||||
h.addWidget(ud)
|
||||
self.is_names = ins = QCheckBox(_("Contains names"), self)
|
||||
ins.setToolTip('<p>' + _('Check this box if this column contains names, '
|
||||
|
Loading…
x
Reference in New Issue
Block a user