diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-08 15:39:59 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-08 15:39:59 +0000 |
commit | 1d1116812d1f0d18e9ca65022dcc52c6c815967d (patch) | |
tree | 6df83efeccf2820a1c4be8454c413300acc7c51b /languages | |
parent | 82979412639028b225dd1f78dd277c2c9a8c5a7a (diff) | |
download | elgg-1d1116812d1f0d18e9ca65022dcc52c6c815967d.tar.gz elgg-1d1116812d1f0d18e9ca65022dcc52c6c815967d.tar.bz2 |
Closes #221: Body and subject now internationalised.
git-svn-id: https://code.elgg.org/elgg/trunk@1802 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index c01a2baab..da2d542cf 100644 --- a/languages/en.php +++ b/languages/en.php @@ -637,14 +637,14 @@ To view their profile, click here: You cannot reply to this email.",
- 'email:validate:subject' => "Please confirm your email address!",
+ 'email:validate:subject' => "%s please confirm your email address!",
'email:validate:body' => "Hi %s,
Please confirm your email address by clicking on the link below:
%s
",
- 'email:validate:success:subject' => "Email validated!",
+ 'email:validate:success:subject' => "Email validated %s!",
'email:validate:success:body' => "Hi %s,
Congratulations, you have successfully validated your email address.",
|