mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
b27ac9936f
commit
df0d17df59
@ -267,9 +267,9 @@ def create_template_tab(self):
|
||||
le.setObjectName('template_value_box')
|
||||
le.setPlaceholderText(_('The value to search for'))
|
||||
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 "
|
||||
"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), "
|
||||
"or regular expression matches (~T). With Date you can use "
|
||||
"today, yesterday, etc. Set/not set takes 'true' for set "
|
||||
|
@ -1094,7 +1094,7 @@ will be elided, otherwise they will be word wrapped.</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><p>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.</p></string>
|
||||
</property>
|
||||
</widget>
|
||||
|
Loading…
x
Reference in New Issue
Block a user