Переименованы фразы

develop
Mike Khiretskiy 9 years ago
parent 0b8a5e8fe0
commit 3f219d74e1

@ -19,7 +19,7 @@ import shutil
import os import os
from calculate.lib.utils.files import listDirectory, readFile, readLinesFile, \ from calculate.lib.utils.files import listDirectory, readFile, readLinesFile, \
makeDirectory, removeDir makeDirectory, removeDir
from calculate.lib.utils.portage import Git from calculate.lib.utils.git import Git
from update import UpdateError from update import UpdateError
from calculate.lib.cl_lang import setLocalTranslate, _ from calculate.lib.cl_lang import setLocalTranslate, _

@ -225,14 +225,14 @@ class VariableClUpdateBranchData(TableVariable):
Выбор веток репозиториев до которых необходимо обновиться Выбор веток репозиториев до которых необходимо обновиться
""" """
opt = ["--branch"] opt = ["--branch"]
metavalue = 'BRANCHES' metavalue = 'REFS'
untrusted = True untrusted = True
source = ["cl_update_branch_rep", source = ["cl_update_branch_rep",
"cl_update_branch_name"] "cl_update_branch_name"]
def init(self): def init(self):
self.help = _("set references for repository (REPOSITORY:REF)") self.help = _("set references for repository (REPOSITORY:REF)")
self.label = _("Repositories branches") self.label = _("Repositories references")
def raiseReadonlyIndexError(self, fieldname="", variablename="", value=""): def raiseReadonlyIndexError(self, fieldname="", variablename="", value=""):
""" """

Loading…
Cancel
Save