diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-08-02 22:53:21 +0200 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-08-02 22:53:21 +0200 |
commit | 328143f8a20933744be51a2693c99f35234ce5b3 (patch) | |
tree | 284102fee1fa93f84812d145829da547a720dca7 /lib/plugins/usermanager/lang | |
parent | ae1afd2f6529e4d07b18317304e5e2c302d783ce (diff) | |
download | rpg-328143f8a20933744be51a2693c99f35234ce5b3.tar.gz rpg-328143f8a20933744be51a2693c99f35234ce5b3.tar.bz2 |
enable email notifications & alert messages for imported users
Diffstat (limited to 'lib/plugins/usermanager/lang')
-rw-r--r-- | lib/plugins/usermanager/lang/en/lang.php | 3 |
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.'; |