diff options
author | Esteban Monge <estebanmonge@riseup.net> | 2015-01-22 22:05:20 -0600 |
---|---|---|
committer | Esteban Monge <estebanmonge@riseup.net> | 2015-01-22 22:05:20 -0600 |
commit | bf65a95851f027c465e235b6988ae207c8a1f8ef (patch) | |
tree | f322664001540a3bd09a429c2dee84e8aafeeff9 | |
parent | db522b618a40d240ffb18d4b36eafb9c1562911a (diff) |
Fixed typo problems
-rw-r--r-- | app/Locale/es_ES/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index fac38e21..10b28258 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -527,7 +527,7 @@ return array( 'Reset token' => 'Resetear token', 'API endpoint:' => 'Punto final del API', 'Refresh interval for private board' => 'Intervalo de refrescamiento del tablero privado', - 'Refresh interval for public board' => ''Intervalo de refrescamiento del tablero público, + 'Refresh interval for public board' => 'Intervalo de refrescamiento del tablero público', 'Task highlight period' => 'Periodo del realce de la tarea', 'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periodo (en segundos) para considerar que una tarea fué modificada recientemente (0 para deshabilitar, 2 días por defecto)', 'Frequency in second (60 seconds by default)' => 'Frecuencia en segundos (60 segundos por defecto)', @@ -581,7 +581,7 @@ return array( 'Edit Project' => 'Editar Proyecto', 'Github Issue' => 'Problema Github', 'Not enough data to show the graph.' => 'No hay suficiente información para mostrar el gráfico', - 'Previous' => 'Anterior, + 'Previous' => 'Anterior', 'The id must be an integer' => 'El id debe ser un entero', 'The project id must be an integer' => 'El id del proyecto debe ser un entero', 'The status must be an integer' => 'El estado debe ser un entero', |