From 568d5d952dd9b2ed89269557dc1f8c4d23a9d6ed Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 29 Jul 2006 08:43:07 +0000 Subject: [PATCH] fixed typo --- lam/templates/config/confmain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index 97bac622..cd009684 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -358,7 +358,7 @@ echo (" \n"); // new password echo ("". - _("New Password") . ": ". + _("New password") . ": ". "\n"); $tabindex++; echo ""; @@ -368,7 +368,7 @@ echo "\n"; echo "\n"; // reenter password echo ("". - _("Reenter Password") . ": ". + _("Reenter password") . ": ". "\n"); $tabindex++; echo ("\n");