diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-17 17:40:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-17 17:40:45 +0000 |
commit | 061977d77d8ab05ab3be9ec165ffbdc94bb68bf0 (patch) | |
tree | fd23c3a5a70e72d156e786b7a2e46936c6f15ecc /lang | |
parent | 049051103b02efdef64f4119959d95d23d45e392 (diff) | |
download | redmine-061977d77d8ab05ab3be9ec165ffbdc94bb68bf0.tar.gz redmine-061977d77d8ab05ab3be9ec165ffbdc94bb68bf0.zip |
Fixed: typo in en.yml
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1072 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 eec7702b7..7d3912760 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -87,7 +87,7 @@ mail_body_register: 'To activate your Redmine account, click on the following li mail_body_account_information_external: You can use your "%s" account to log into Redmine. mail_body_account_information: Your Redmine account information mail_subject_account_activation_request: Redmine account activation request -mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' +mail_body_account_activation_request: 'A new user (%s) has registered. His account is pending your approval:' gui_validation_error: 1 error gui_validation_error_plural: %d errors |