Переименованы заголовки таблиц branch

develop
Mike Khiretskiy 9 years ago
parent ee4f335ba9
commit 0b8a5e8fe0

@ -231,7 +231,7 @@ class VariableClUpdateBranchData(TableVariable):
"cl_update_branch_name"] "cl_update_branch_name"]
def init(self): def init(self):
self.help = _("set branches for repository (REPOSITORY:BRANCH)") self.help = _("set references for repository (REPOSITORY:REF)")
self.label = _("Repositories branches") self.label = _("Repositories branches")
def raiseReadonlyIndexError(self, fieldname="", variablename="", value=""): def raiseReadonlyIndexError(self, fieldname="", variablename="", value=""):
@ -247,7 +247,7 @@ class VariableClUpdateBranchRep(ReadonlyVariable):
type = "list" type = "list"
def init(self): def init(self):
self.label = _("Repositories") self.label = _("Repository")
def get(self): def get(self):
return self.Get('cl_update_rep_name') return self.Get('cl_update_rep_name')
@ -374,7 +374,7 @@ class VariableClUpdateBranchName(Variable):
type = "choiceedit-list" type = "choiceedit-list"
def init(self): def init(self):
self.label = _("Branches") self.label = _("Reference")
def choice(self): def choice(self):
return [ return [

Loading…
Cancel
Save