5
0
Derivar 0

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

master3.3
Mike Khiretskiy há 10 anos
ascendente 84e5379a44
cometimento 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")]]

Carregando…
Cancelar
Guardar