diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-07-15 14:42:15 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-15 14:42:15 -0700 |
commit | e60686cd10b70e435189bfc79c53a686bb6edffe (patch) | |
tree | fea972bc66a206a1b8fa8a5e12b01610ad4618c4 /app/Locale/pt_BR | |
parent | 4fb6960c3f1064bea3de9cc016dacfa90ca591ac (diff) |
Fix English grammatical errors
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index beb3744b..c842f472 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -782,7 +782,7 @@ return array( 'Notification methods:' => 'Métodos de notificação:', 'Unable to read your file' => 'Não foi possível ler seu arquivo', '%d task(s) have been imported successfully.' => '%d tarefa(s) importada(s) com sucesso.', - 'Nothing have been imported!' => 'Nada foi importado!', + 'Nothing has been imported!' => 'Nada foi importado!', 'Import users from CSV file' => 'Importar usuários a partir de arquivo CSV', '%d user(s) have been imported successfully.' => '%d usuário(s) importado(s) com sucesso.', 'Comma' => 'Vírgula', |