From 5a0e15c7aaaa190081eeca3b513063d906b2739a Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 9 Oct 2013 12:06:32 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B8=D0=BD=D1=85=D1=80=D0=BE=D0=BD?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/utils/cl_setup.py | 2 +- install/variables/system.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/utils/cl_setup.py b/install/utils/cl_setup.py index 17707b6..fab08b9 100644 --- a/install/utils/cl_setup.py +++ b/install/utils/cl_setup.py @@ -33,7 +33,7 @@ class ClSetupVideoAction(Action): native_error = (FilesError,MigrationError, TemplatesError, InstallError, AutopartitionError, DistributiveError) - templateTaskMessage = __("The video settings are being configured") + templateTaskMessage = __("Video settings are being configured") successMessage = __("Video settings configured!") failedMessage = __("Failed to configure the video settings!") interruptMessage = __("Configuration manually interrupted") diff --git a/install/variables/system.py b/install/variables/system.py index 0bcfb52..1d32d8c 100644 --- a/install/variables/system.py +++ b/install/variables/system.py @@ -204,7 +204,7 @@ class VariableClMigrateUser(UserHelper,Variable): type = 'list' def init(self): - self.label = _("Login") + self.label = _("Users") def get(self): """ @@ -749,7 +749,7 @@ class VariableOsAudioDefault(Variable): def init(self): self.label = _("Default audio card") - self.help = _("set default audio card") + self.help = _("set the default audio") def get(self): defaultCardRe = re.compile('defaults.ctl.card\s+(\d+)')