fixed typo

This commit is contained in:
Roland Gruber 2006-07-29 08:43:07 +00:00
parent b3569401f3
commit 568d5d952d
1 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ echo ("<tr><td colspan=3>&nbsp;</td></tr>\n");
// new password // new password
echo ("<tr><td align=\"right\"><font color=\"red\"><b>". echo ("<tr><td align=\"right\"><font color=\"red\"><b>".
_("New Password") . ": </b></font></td>". _("New password") . ": </b></font></td>".
"<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd1\"></td>\n"); "<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd1\"></td>\n");
$tabindex++; $tabindex++;
echo "<td rowspan=2>"; echo "<td rowspan=2>";
@ -368,7 +368,7 @@ echo "</a>\n";
echo "</td></tr>\n"; echo "</td></tr>\n";
// reenter password // reenter password
echo ("<tr><td align=\"right\"><font color=\"red\"><b>". echo ("<tr><td align=\"right\"><font color=\"red\"><b>".
_("Reenter Password") . ": </b></font></td>". _("Reenter password") . ": </b></font></td>".
"<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd2\"></td></tr>\n"); "<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd2\"></td></tr>\n");
$tabindex++; $tabindex++;
echo ("</table>\n"); echo ("</table>\n");