From bae480342c96322ccfa1a906f924f5ef35a662b8 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Fri, 20 Mar 2015 17:35:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]]