diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-03 14:15:08 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-03 14:15:08 -0400 |
commit | c7e7b7920d974ca8ab04cf840d915fb0629b185f (patch) | |
tree | e062d164540c78beeb10647d43d85c1a7de4fdb7 | |
parent | 0c92cf59aaab1bf01faff64577ab8a7e1293b608 (diff) |
Fix typo in PR
-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 ebb94aa8..cdb06dea 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1089,7 +1089,7 @@ return array( 'New due date: ' => 'Nova data limite: ', 'Start date changed: ' => 'Data de início alterada: ', 'Disable private projects' => 'Desativar os projetos privados', - 'Do you really want to remove this custom filter: "%s"?' => 'Você realmente quer remover este filtro personalizado: "% s"?', + 'Do you really want to remove this custom filter: "%s"?' => 'Você realmente quer remover este filtro personalizado: "%s"?', 'Remove a custom filter' => 'Remover um filtro personalizado', 'User activated successfully.' => 'Usuário ativado com sucesso.', 'Unable to enable this user.' => 'Impossível de ativar esse usuário.', |