From 990c23d4548657749d3d6c846ffffc6098829d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 31 Mar 2016 14:15:44 +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=D0=B0=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D0=B0=D1=8F?= 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 56b4064..808c5fa 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1534,7 +1534,7 @@ class VariableClUpdateBinhostStableOptSet(Variable): opt = ["--stable"] def init(self): - self.label = _("Check the repositories integrity") + self.label = _("Use only stable updates") self.help = _("use only stable updates") def get(self):