[Scummvm-git-logs] scummvm-web master -> 899dcc5c549b161695df40a7ae7626c45da7b331

lotharsm mail at serra.me
Mon Aug 3 17:01:39 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
899dcc5c54 I18N: Fix menu description for pt_BR


Commit: 899dcc5c549b161695df40a7ae7626c45da7b331
    https://github.com/scummvm/scummvm-web/commit/899dcc5c549b161695df40a7ae7626c45da7b331
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-08-03T19:01:26+02:00

Commit Message:
I18N: Fix menu description for pt_BR

Changed paths:
    public_html/index.php


diff --git a/public_html/index.php b/public_html/index.php
index 6b0247e2..81549b82 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -14,7 +14,7 @@ $available_languages = array(
   'fr' => 'Français',
   'it' => 'Italiano',
   'es' => 'Español',
-  'pt_BR' => 'Portuguêsdo Brasil',
+  'pt_BR' => 'Português do Brasil',
   'ru' => 'Русский',
   'el' => 'Ελληνικά'
 );




More information about the Scummvm-git-logs mailing list