From ca49100504e7237e5efa03d61fa0011ccd0ff2d1 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: Mon, 26 Jun 2017 11:57:06 +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=20=D1=84=D1=80=D0=B0=D0=B7=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/install/variables/system.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/install/variables/system.py b/pym/install/variables/system.py index 6c474ab..44bba77 100644 --- a/pym/install/variables/system.py +++ b/pym/install/variables/system.py @@ -200,8 +200,8 @@ class VariableClGrubPasswdSet(GrubHelper, Variable): opt = ["--grub-passwd"] def init(self): - self.help = _("use root password for editing grub menu") - self.label = _("Use root password for editing grub menu") + self.help = _("use root password for editing boot menu") + self.label = _("Use root password for editing boot menu") def get(self): if (self.read_hash_from_passwd() or