Rev4260, Fix UiConfig pt-br language json
This commit is contained in:
parent
7576f96604
commit
5c27a0efcc
2 changed files with 3 additions and 3 deletions
|
@ -40,5 +40,5 @@
|
||||||
"Level of logging to file": "Nível de registro no arquivo",
|
"Level of logging to file": "Nível de registro no arquivo",
|
||||||
"Everything": "Tudo",
|
"Everything": "Tudo",
|
||||||
"Only important messages": "Apenas mensagens importantes",
|
"Only important messages": "Apenas mensagens importantes",
|
||||||
"Only errors": "Apenas erros",
|
"Only errors": "Apenas erros"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.1"
|
self.version = "0.7.1"
|
||||||
self.rev = 4259
|
self.rev = 4260
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.pending_changes = {}
|
self.pending_changes = {}
|
||||||
|
|
Loading…
Reference in a new issue