You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-update/files/calculate-update-3.2.0_beta...

16 lines
566 B

diff --git update/variables/update.py update/variables/update.py
index a0634ac..69845c0 100644
--- update/variables/update.py
+++ update/variables/update.py
@@ -901,9 +901,7 @@ class VariableClUpdateAutocheckInterval(Variable):
self.help = _("set interval for the updates checking")
def choice(self):
- return [["1h",_("hourly")],
- ["3h",_("every three hours")],
- ["6h",_("every six hours")],
+ return [["6h",_("every six hours")],
["12h",_("every twenty hours")],
["1d",_("daily")]]