diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 5bc4b15..2713ac6 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -999,7 +999,7 @@ class VariableClUpdateAutocheckInterval(Variable): def choice(self): return [["6h",_("every six hours")], - ["12h",_("every twenty hours")], + ["12h",_("every twelve hours")], ["1d",_("daily")]]