diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-08-05 18:04:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-08-05 18:04:20 +0000 |
commit | fbffe332e2a33b9d419d02177b7f8779821a65e5 (patch) | |
tree | 953493ace25cc7eaf9c0608838af01f3910aa5f0 /config/locales/es.yml | |
parent | fa51c8601dda0882ae5fcd809b14553ead186646 (diff) | |
download | redmine-fbffe332e2a33b9d419d02177b7f8779821a65e5.tar.gz redmine-fbffe332e2a33b9d419d02177b7f8779821a65e5.zip |
Removed hardcoded string (#3872).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12083 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/es.yml')
-rw-r--r-- | config/locales/es.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml index 7c57fc31f..7b54d367c 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1133,3 +1133,5 @@ es: label_visibility_roles: solamente para estos roles label_visibility_public: para cualquier usuario field_must_change_passwd: Must change password at next logon + notice_new_password_must_be_different: The new password must be different from the + current password |