string changes

This commit is contained in:
Kovid Goyal 2022-04-12 06:38:30 +05:30
parent b27ac9936f
commit df0d17df59
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -267,9 +267,9 @@ def create_template_tab(self):
le.setObjectName('template_value_box') le.setObjectName('template_value_box')
le.setPlaceholderText(_('The value to search for')) le.setPlaceholderText(_('The value to search for'))
le.setToolTip('<p>' + le.setToolTip('<p>' +
_("You can use the search test specifications described " _("You can use the search specifications described "
"in the calibre documentation. For example, with Number " "in the calibre documentation. For example, with Number "
"comparisons you can the relational operators like '>=' etc. " "comparisons you can use the relational operators like '>=' etc. "
"With Text comparisons you can use contains (T), exact (=T), " "With Text comparisons you can use contains (T), exact (=T), "
"or regular expression matches (~T). With Date you can use " "or regular expression matches (~T). With Date you can use "
"today, yesterday, etc. Set/not set takes 'true' for set " "today, yesterday, etc. Set/not set takes 'true' for set "

View File

@ -1094,7 +1094,7 @@ will be elided, otherwise they will be word wrapped.</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;p&gt;Check this box to disable editing the template for <string>&lt;p&gt;Check this box to disable editing the template for
a "Column made from other columns" in the book list when the column is entered a "Column built from other columns" in the book list when the column is entered
using the Tab key. The F2 (Edit) key will still open the template editor.&lt;/p&gt;</string> using the Tab key. The F2 (Edit) key will still open the template editor.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>