diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-29 17:49:00 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-29 17:49:00 -0500 |
commit | b506962e10291426c412afdbc5ebc0d6d4f19e05 (patch) | |
tree | 1c4ed082d5ca17fbf540a22569464a9256d75f41 /app/Locale/es_ES | |
parent | 11e4b527113c871b9acdbc791c107a1bcffa15ad (diff) |
Sync locales
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 10b28258..b78261a6 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -698,5 +698,5 @@ return array( 'All colors' => 'Todos los colores', 'All status' => 'Todos los estados', // 'Add a comment logging moving the task between columns' => '', - 'Moved to column %s' => 'Movido a columna %s', + 'Moved to column %s' => 'Movido a columna %s', ); |