diff options
-rwxr-xr-x | web/updatelang.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/updatelang.py b/web/updatelang.py index afea960..11ee54e 100755 --- a/web/updatelang.py +++ b/web/updatelang.py @@ -74,9 +74,9 @@ def lgname(lg): if lg == "en": return "English" elif lg == "pt-BR": - return "Português Brasileiro" + return "Português (Brasil)" elif lg == "de": - return "Deustche" + return "Deutsch" elif lg == "fr": return "François" elif lg == "es": |