From dc67b018de5ac74d76ea01d5ec1cf417b2037cc2 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: Wed, 19 Sep 2018 16:53:38 +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=BE=20lable=20=D0=BF=D0=B5=D1=80=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D0=BE=D0=B9=20builder=20stable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/builder/variables/builder.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pym/builder/variables/builder.py b/pym/builder/variables/builder.py index 9aad28d..78d8be4 100644 --- a/pym/builder/variables/builder.py +++ b/pym/builder/variables/builder.py @@ -1824,6 +1824,9 @@ class VariableClBuilderBinhostStableSet( """ variable = "cl_update_binhost_stable_set" + def init(self): + self.label = _("Use only stable updates") + def get_fallback(self): return Variable.On