diff options
Diffstat (limited to 'pdf/cert_new.inc')
-rwxr-xr-x | pdf/cert_new.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc index 32321e2..572e7ef 100755 --- a/pdf/cert_new.inc +++ b/pdf/cert_new.inc @@ -63,7 +63,7 @@ function generate_pdf() $pdf->SetTextColor(0, 0, 0); $pdf->MultiCell(240, 8, 'from ' . utf8_decode($data3->university) . ' has successfully', '0','C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'completed Internship under DWSIM Custom Model Project.', '0', '1', 'C'); + $pdf->Cell(240, 8, 'completed Internship under DWSIM Custom Modeling Project.', '0', '1', 'C'); $pdf->Ln(0); $pdf->Cell(240, 8, 'He/she has created a Custom Model titled ', '0', '1', 'C'); $pdf->Ln(0); |