diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-27 03:10:40 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-27 03:10:40 +0000 |
commit | 57fdecdc0e7ca0751ac28fd4c34723033383bb14 (patch) | |
tree | 7fd584e22618ece0dd302a6367058fea6ee85f5a /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | 617008810f4240b490f5acbbfebb863e9292dcfa (diff) | |
download | forums-57fdecdc0e7ca0751ac28fd4c34723033383bb14.tar forums-57fdecdc0e7ca0751ac28fd4c34723033383bb14.tar.gz forums-57fdecdc0e7ca0751ac28fd4c34723033383bb14.tar.bz2 forums-57fdecdc0e7ca0751ac28fd4c34723033383bb14.tar.xz forums-57fdecdc0e7ca0751ac28fd4c34723033383bb14.zip |
Fix various bugs; password length warning, proper warnings for username/email errors
git-svn-id: file:///svn/phpbb/trunk@1965 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/profile_add_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/profile_add_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl index b82f69c4d0..165652cd51 100644 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ b/phpBB/templates/subSilver/profile_add_body.tpl @@ -30,7 +30,7 @@ <!-- BEGIN edit_profile --> <tr> <td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> - <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> + <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td> <td class="row2"> <input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" /> </td> |