diff options
author | Gerardo Zamudio <gerardozamudio@users.noreply.github.com> | 2016-02-25 00:25:30 -0600 |
---|---|---|
committer | Gerardo Zamudio <gerardozamudio@users.noreply.github.com> | 2016-02-25 00:25:30 -0600 |
commit | 97a116d0fb3cce25974373ff2b9fd75f3a8a8fcc (patch) | |
tree | 7156df3e36ad14dda46e5afa0f8c561119281236 /app/Locale/es_ES | |
parent | 234ebca617abea643410dde5305b85fa60600704 (diff) |
Update es_ES translation
Add missing "%s" to line 111 translation
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 4485bbda..383a43de 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1108,7 +1108,7 @@ return array( 'New due date: ' => 'Nueva fecha de entrega', 'Start date changed: ' => 'Fecha de inicio cambiada', 'Disable private projects' => 'Deshabilitar proyectos privados', - 'Do you really want to remove this custom filter: "%s"?' => '¿Realmente desea eliminar este filtro personalizado?', + 'Do you really want to remove this custom filter: "%s"?' => '¿Realmente desea eliminar este filtro personalizado: "%s"?', 'Remove a custom filter' => 'Eliminar filtro personalizado', 'User activated successfully.' => 'Usuario activado exitosamente', 'Unable to enable this user.' => 'No es posible habilitar este usuario', |