From ba9d05cb049d4537ebe6e2d90e3d3298aee6884d Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Tue, 2 Sep 2014 17:32:06 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=B2=D0=B0=D0=BB=D1=8B?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8=20=D0=BE?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/variables/update.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/update/variables/update.py b/update/variables/update.py index a0634ac..69845c0 100644 --- a/update/variables/update.py +++ b/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")]]