From bf65a95851f027c465e235b6988ae207c8a1f8ef Mon Sep 17 00:00:00 2001 From: Esteban Monge Date: Thu, 22 Jan 2015 22:05:20 -0600 Subject: Fixed typo problems --- app/Locale/es_ES/translations.php | 4 ++-- 1 file 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', -- cgit v1.2.3