From 84afed09c65173fa38b048e65d153fbaf7ece9bd Mon Sep 17 00:00:00 2001 From: duergner Date: Fri, 20 Feb 2004 11:02:59 +0000 Subject: [PATCH] *** empty log message *** --- lam-0.4/lib/pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam-0.4/lib/pdf.inc b/lam-0.4/lib/pdf.inc index 00bbf729..d2375a7e 100644 --- a/lam-0.4/lib/pdf.inc +++ b/lam-0.4/lib/pdf.inc @@ -182,7 +182,7 @@ function createUserPDF($accounts) { $pdfFile->setFont("times","B",10); $pdfFile->Cell(50,5,_("Windows password") . ":",0,0,"R",0); $pdfFile->setFont("times","",10); - $pdfFile->Cell(50,5,_("Window password disabled!"),0,1,"L",0); + $pdfFile->Cell(50,5,_("Windows password disabled!"),0,1,"L",0); } elseif($account->smb_useunixpwd == "1") { $pdfFile->setFont("times","B",10);