From bbcec6fbf04bc690197bdb1357a92926b75438f0 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: Fri, 18 Dec 2015 15:32:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=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/update/utils/cl_update.py | 3 ++- pym/update/variables/update.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index ca2fbb0..58b8f14 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -225,7 +225,8 @@ class ClUpdateAction(Action): }, {'name': 'trim_reps', 'foreach': 'cl_update_sync_rep', - 'message': __("Cleaning the {eachvar:capitalize} repository"), + 'message': __("Cleaning the history of the " + "{eachvar:capitalize} repository"), 'method': 'Update.trimRepositories(eachvar)', 'condition': lambda Get: (Get('cl_update_sync_rep') and Get('cl_update_onedepth_set') == 'on') diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index ddcc85b..cc64f32 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1470,5 +1470,5 @@ class VariableClUpdateOnedepthSet(Variable): opt = ["--one-depth", "-1"] def init(self): - self.label = _("Clear git repositories") - self.help = _("clear the history of git repositories") + self.label = _("Clear the history of repositories") + self.help = _("clear the history of repositories")