aboutsummaryrefslogtreecommitdiff
path: root/install/languages/en.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-08 11:26:33 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-08 11:26:33 +0000
commit4bdaba2a420156ca7d5afa25a7439388121c8976 (patch)
tree2b2a8617511c7f00da15b0e5849244c5d7dcbbde /install/languages/en.php
parent150d48d5f28f04bda8364ecbe092c5bb27ee4808 (diff)
downloadelgg-4bdaba2a420156ca7d5afa25a7439388121c8976.tar.gz
elgg-4bdaba2a420156ca7d5afa25a7439388121c8976.tar.bz2
using new email validation in installer
git-svn-id: http://code.elgg.org/elgg/trunk@7037 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/languages/en.php')
-rw-r--r--install/languages/en.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/languages/en.php b/install/languages/en.php
index f4d9e5ce6..4163ea5d2 100644
--- a/install/languages/en.php
+++ b/install/languages/en.php
@@ -126,6 +126,7 @@ If you are ready to proceed, click the Next button.",
'install:error:requiredfield' => '%s is required',
'install:error:writedatadirectory' => 'Your data directory %s is not writable by the web server.',
'install:error:locationdatadirectory' => 'Your data directory %s must be outside of your install path for security.',
+ 'install:error:emailaddress' => '%s is not a valid email address',
'install:error:createsite' => 'Unable to create the site.',
);