diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:43:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:43:03 -0400 |
commit | 8d792ee37964df31e7e88a601c0baf7accfbc3af (patch) | |
tree | b14ccc2edf90eac65e8909d6581744f75142ecd5 /app/Locale/pt_PT/translations.php | |
parent | 3a61a6a5a3d3265e693c4e84cb27b35b7f6e5ced (diff) |
Update translations to fix typo
Diffstat (limited to 'app/Locale/pt_PT/translations.php')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 06563c2c..d2b1e62d 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1109,7 +1109,7 @@ return array( 'Column created successfully.' => 'Coluna criada com sucesso.', 'Another column with the same name exists in the project' => 'Já existe outra coluna com o mesmo nome no projecto', 'Default filters' => 'Filtros padrão', - 'Your board doesn\'t have any column!' => 'O seu quadro não tem nenhuma coluna!', + 'Your board doesn\'t have any columns!' => 'O seu quadro não tem nenhuma coluna!', 'Change column position' => 'Mudar posição da coluna', 'Switch to the project overview' => 'Mudar para vista geral do projecto', 'User filters' => 'Filtros de utilizador', |