From 0b8a5e8fe0ea442c7ae3e351675f7712e82f5fc3 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Thu, 3 Sep 2015 17:52:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B3=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D0=BA=D0=B8=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8?= =?UTF-8?q?=D1=86=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index ff7b2a2..dbcdf59 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -231,7 +231,7 @@ class VariableClUpdateBranchData(TableVariable): "cl_update_branch_name"] def init(self): - self.help = _("set branches for repository (REPOSITORY:BRANCH)") + self.help = _("set references for repository (REPOSITORY:REF)") self.label = _("Repositories branches") def raiseReadonlyIndexError(self, fieldname="", variablename="", value=""): @@ -247,7 +247,7 @@ class VariableClUpdateBranchRep(ReadonlyVariable): type = "list" def init(self): - self.label = _("Repositories") + self.label = _("Repository") def get(self): return self.Get('cl_update_rep_name') @@ -374,7 +374,7 @@ class VariableClUpdateBranchName(Variable): type = "choiceedit-list" def init(self): - self.label = _("Branches") + self.label = _("Reference") def choice(self): return [