1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

capitalized install script lang vars.

git-svn-id: file:///svn/phpbb/trunk@3745 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-29 17:50:12 +00:00
parent ea2f85d458
commit 88fbdb6e1e
5 changed files with 102 additions and 100 deletions

View File

@@ -605,7 +605,7 @@ $lang = array(
'Hide_user' => 'Hide your online status',
'Profile_updated' => 'Your profile has been updated',
'Profile_updated_inactive' => 'Your profile has been updated, however you have changed vital details thus your account is now inactive. Check your email to find out how to reactivate your account, or if admin activation is require wait for the administrator to reactivate your account',
'Password_mismatch' => 'The passwords you entered did not match',
'PASSWORD_MISMATCH' => 'The passwords you entered did not match',
'Current_password_mismatch' => 'The current password you supplied does not match that stored in the database',
'Password_long' => 'Your password must be no more than 32 characters',
'Username_taken' => 'Sorry but this username has already been taken',