mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
commit
2a16dba0d6
@ -240,7 +240,7 @@ class ConditionEditor(QWidget): # {{{
|
|||||||
elif dt == 'datetime':
|
elif dt == 'datetime':
|
||||||
if action == 'count_days':
|
if action == 'count_days':
|
||||||
self.value_box.setValidator(QIntValidator(self.value_box))
|
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:
|
else:
|
||||||
self.value_box.setInputMask('9999-99-99')
|
self.value_box.setInputMask('9999-99-99')
|
||||||
tt = _('Enter a date in the format YYYY-MM-DD')
|
tt = _('Enter a date in the format YYYY-MM-DD')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user