Change 'old' password prompt to make it more intuitive to users

This commit is contained in:
thepurpleblob
2005-09-13 15:12:48 +00:00
parent 39e6cfeced
commit 269c5dbbfb
+1 -1
View File
@@ -37,7 +37,7 @@
<?php if (!isadmin()) { ?>
<tr valign="top">
<td><?php print_string("password") ?>:</td>
<td><?php print_string("oldpassword") ?>:</td>
<td><input type="password" name="password" size="25" value="<?php p($frm->password) ?>" alt="<?php print_string("password") ?>" />
<?php if (!empty($err->password)) { formerr($err->password); } ?>
</td>