diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-02-15 11:17:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-02-15 11:17:42 +0000 |
commit | 0872aef85ea5e66d4d49246aee7f9e3e14558b49 (patch) | |
tree | dd30f95f3fc1496e917bb5d0480225ba4af082a5 /config | |
parent | dc73155ba24d2079c19a7525d2aba039a560fe05 (diff) | |
download | redmine-0872aef85ea5e66d4d49246aee7f9e3e14558b49.tar.gz redmine-0872aef85ea5e66d4d49246aee7f9e3e14558b49.zip |
fix Spanish "mail_body_reminder" spelling (#19111)
git-svn-id: http://svn.redmine.org/redmine/trunk@14013 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/es.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml index bb356789e..0e0129b12 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -661,7 +661,7 @@ es: mail_body_account_information_external: "Puede usar su cuenta %{value} para conectarse." mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:' mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:' - mail_body_reminder: "%{count} peticion(es) asignadas a tí finalizan en los próximos %{days} días:" + mail_body_reminder: "%{count} peticion(es) asignadas a ti finalizan en los próximos %{days} días:" mail_subject_account_activation_request: "Petición de activación de cuenta %{value}" mail_subject_lost_password: "Tu contraseña del %{value}" mail_subject_register: "Activación de la cuenta del %{value}" |