Изменены интервалы проверки обновления

master3.3
Mike Khiretskiy 10 年之前
父節點 84e5379a44
當前提交 ba9d05cb04

@ -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")]]

Loading…
取消
儲存