From 36c89e3e61531fe808d1d381c089e5fd63f768eb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 19 May 2004 19:45:23 +0000 Subject: [PATCH] title -> job title --- 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 cc788240..3e17d52a 100644 --- a/lam-0.4/lib/pdf.inc +++ b/lam-0.4/lib/pdf.inc @@ -78,7 +78,7 @@ function createUserPDF($accounts) { $pdfFile->Write(5,"- " . _("Personal User Infos") . ":"); $pdfFile->Ln(6); $pdfFile->setFont("times","B",10); - $pdfFile->Cell(50,5,_("Title") . ":",0,0,"R",0); + $pdfFile->Cell(50,5,_("Job title") . ":",0,0,"R",0); $pdfFile->setFont("times","",10); $pdfFile->Cell(50,5,$account->personal_title,0,1,"L",0); $pdfFile->setFont("times","B",10);