Rev4260, Fix UiConfig pt-br language json

This commit is contained in:
shortcutme 2019-11-15 19:43:56 +01:00
parent 7576f96604
commit 5c27a0efcc
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 3 additions and 3 deletions

View file

@ -40,5 +40,5 @@
"Level of logging to file": "Nível de registro no arquivo",
"Everything": "Tudo",
"Only important messages": "Apenas mensagens importantes",
"Only errors": "Apenas erros",
"Only errors": "Apenas erros"
}

View file

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.1"
self.rev = 4259
self.rev = 4260
self.argv = argv
self.action = None
self.pending_changes = {}