diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-10-26 15:17:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-10-26 15:17:26 +0000 |
commit | 9b624fd1d6f66bbe60d738522d9fc5fd547ef3af (patch) | |
tree | 5bce0cd62c30f25bd719d56e9f4252e47d412317 /lang | |
parent | 8236563d6bdc361ba0a0d9b292442fa5d2a39e07 (diff) | |
download | redmine-9b624fd1d6f66bbe60d738522d9fc5fd547ef3af.tar.gz redmine-9b624fd1d6f66bbe60d738522d9fc5fd547ef3af.zip |
Slight change to english string (#2088).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1954 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.yml b/lang/en.yml index 64f2c0cfa..5361714bb 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -92,7 +92,7 @@ mail_body_register: 'To activate your account, click on the following link:' mail_body_account_information_external: You can use your "%s" account to log in. mail_body_account_information: Your account information mail_subject_account_activation_request: %s account activation request -mail_body_account_activation_request: 'A new user (%s) has registered. His account is pending your approval:' +mail_body_account_activation_request: 'A new user (%s) has registered. The account is pending your approval:' mail_subject_reminder: "%d issue(s) due in the next days" mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:" |