summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang/en/lang.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-08-02 22:53:21 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-02 22:53:21 +0200
commit328143f8a20933744be51a2693c99f35234ce5b3 (patch)
tree284102fee1fa93f84812d145829da547a720dca7 /lib/plugins/usermanager/lang/en/lang.php
parentae1afd2f6529e4d07b18317304e5e2c302d783ce (diff)
downloadrpg-328143f8a20933744be51a2693c99f35234ce5b3.tar.gz
rpg-328143f8a20933744be51a2693c99f35234ce5b3.tar.bz2
enable email notifications & alert messages for imported users
Diffstat (limited to 'lib/plugins/usermanager/lang/en/lang.php')
-rw-r--r--lib/plugins/usermanager/lang/en/lang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php
index f22d1f805..69119e196 100644
--- a/lib/plugins/usermanager/lang/en/lang.php
+++ b/lib/plugins/usermanager/lang/en/lang.php
@@ -67,9 +67,10 @@ $lang['import_failure_count'] = 'User Import: %d failed. Failures are listed bel
$lang['import_error_fields'] = "Insufficient fields, found %d, require 4.";
$lang['import_error_baduserid'] = "User-id missing";
$lang['import_error_badname'] = 'Bad name';
-$lang['import_error_badmail'] = 'Bad mail';
+$lang['import_error_badmail'] = 'Bad email address';
$lang['import_error_upload'] = 'Import Failed. The csv file could not be uploaded or is empty.';
$lang['import_error_readfail'] = 'Import Failed. Unable to read uploaded file.';
$lang['import_error_create'] = 'Unable to create the user';
+$lang['import_notify_fail'] = 'Notification message could not be sent for imported user, %s with email %s.';