diff --git a/locale/pt_BR.php b/locale/pt_BR.php index 8eb24dc773..23a23996f4 100644 --- a/locale/pt_BR.php +++ b/locale/pt_BR.php @@ -80,7 +80,8 @@ $t['Basic Info'] = 'Informações básicas'; $t['Basic'] = 'Básico'; $t['Both'] = 'Ambos'; $t['Browse Channels'] = 'Procurar canais'; -$t['Browse'] = 'Navegar'; +$t['Browse'] = 'Procurar'; +$t['Browse files'] = 'Procurar arquivos'; $t['Birth Date'] = 'Data de nascimento'; $t['But only admin can download'] = 'Mas apenas o administrador pode baixar'; $t['Buy This Plugin'] = 'Compre este plug-in'; diff --git a/plugin/ImageGallery/upload.php b/plugin/ImageGallery/upload.php index 2338a10ce1..a780faf38a 100644 --- a/plugin/ImageGallery/upload.php +++ b/plugin/ImageGallery/upload.php @@ -38,7 +38,7 @@ $_page = new Page(array('Edit Gallery'));