- i18n the password change link

This commit is contained in:
dave 2007-11-16 17:53:20 +00:00
parent 3e78e8d97d
commit c43567e76b

View File

@ -79,7 +79,7 @@
echo "<br />";
echo i18n('Other Options and Things To Do').':<br />';
echo '<ul>';
echo '<li><a href="user_password.php">Change My Password</a></li>';
echo '<li><a href="user_password.php">'.i18n('Change My Password').'</a></li>';
echo '</ul>';
send_footer();