Improved tooltip for checkmarks columns

This commit is contained in:
413Michele 2023-07-19 16:10:44 +02:00 committed by GitHub
parent 9f3694cfa4
commit d4c9e22ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,8 @@ class CreateCustomColumn(QDialog):
self.use_decorations = ud = QCheckBox(_("Show &checkmarks"), self) self.use_decorations = ud = QCheckBox(_("Show &checkmarks"), self)
ud.setToolTip(_("Show check marks in the GUI. Values of 'yes', 'checked', and 'true'\n" 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" "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) h.addWidget(ud)
self.is_names = ins = QCheckBox(_("Contains names"), self) self.is_names = ins = QCheckBox(_("Contains names"), self)
ins.setToolTip('<p>' + _('Check this box if this column contains names, ' ins.setToolTip('<p>' + _('Check this box if this column contains names, '