Browse Source

Expiration value typo bug

283
Joel Stanner 9 years ago
parent
commit
cdbee6f4c9
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -98,7 +98,7 @@ pr_tooltips = {
expiration_values = [ expiration_values = [
(_('1 hour'), 60*60), (_('1 hour'), 60*60),
(_('1 day'), 24*64*64), (_('1 day'), 24*60*60),
(_('1 week'), 7*24*60*60), (_('1 week'), 7*24*60*60),
(_('Never'), None) (_('Never'), None)
] ]

Loading…
Cancel
Save