From d4c9e22ffb06dde5ce910ac7ef507e3e84341309 Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:10:44 +0200 Subject: [PATCH] Improved tooltip for checkmarks columns --- src/calibre/gui2/preferences/create_custom_column.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/create_custom_column.py b/src/calibre/gui2/preferences/create_custom_column.py index 50a2b8aed1..3e4aaf76c4 100644 --- a/src/calibre/gui2/preferences/create_custom_column.py +++ b/src/calibre/gui2/preferences/create_custom_column.py @@ -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('

' + _('Check this box if this column contains names, '