mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety
git-svn-id: file:///svn/phpbb/trunk@4583 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -878,6 +878,14 @@ $lang += array(
|
||||
'Wrong_activation' => 'The activation key you supplied does not match any in the database',
|
||||
);
|
||||
|
||||
// ucp_remind
|
||||
$lang += array(
|
||||
'SEND_PASSWORD' => 'Send password',
|
||||
'EMAIL_REMIND' => 'This must be the email address you supplied when registering.',
|
||||
|
||||
'PASSWORD_UPDATED' => 'Your password has been sent successfully to your original email address.',
|
||||
);
|
||||
|
||||
// ucp_prefs
|
||||
$lang += array(
|
||||
'UCP_PREFS' => 'Preferences',
|
||||
|
Reference in New Issue
Block a user