mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 20:03:11 +02:00
Improve tooltip when using day ranges in coloring rules.
This commit is contained in:
parent
8839bf5459
commit
2d748c44be
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ def init_value_box(self):
|
|||
elif dt == 'datetime':
|
||||
if action == 'count_days':
|
||||
self.value_box.setValidator(QIntValidator(self.value_box))
|
||||
tt = _('Enter the number of days old the item can be')
|
||||
tt = _('Enter the number of days old the item can be. Zero is today')
|
||||
else:
|
||||
self.value_box.setInputMask('9999-99-99')
|
||||
tt = _('Enter a date in the format YYYY-MM-DD')
|
||||
|
|
|
|||
Loading…
Reference in a new issue