summaryrefslogtreecommitdiff
path: root/pdf/generate_pdf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/generate_pdf.inc')
-rwxr-xr-xpdf/generate_pdf.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/generate_pdf.inc b/pdf/generate_pdf.inc
index e8f9aa8..8328f9e 100755
--- a/pdf/generate_pdf.inc
+++ b/pdf/generate_pdf.inc
@@ -284,7 +284,7 @@ function generate_lm_pdf()
// $pdf->Cell(320, 10, $data3->institute_address, '0', 1, 'C');
$pdf->Ln(0);
$pdf->SetTextColor(0, 0, 0);
- $pdf->Cell(320, 10, ' has developed the solutions in CFD for the course', '0', 1, 'C');
+ $pdf->Cell(320, 10, ' has developed the solution in OpenFOAM for the course', '0', 1, 'C');
$pdf->Ln(0);
$pdf->SetTextColor(37, 22, 247);
$pdf->Cell(320, 10, $data3->lab_name. ',', '0', '1', 'C');
@@ -293,7 +293,7 @@ function generate_lm_pdf()
//$pdf->Cell(240,8,'in ', '0','1','C');
$pdf->Ln(0);
$pdf->SetTextColor(0, 0, 0);
- $pdf->Cell(320, 10, ' Which is offered in the ', '0', 1, 'C');
+ $pdf->Cell(320, 10, ' which is offered in the ', '0', 1, 'C');
$pdf->SetTextColor(139, 69, 19);
$pdf->Cell(320, 10,$data3->semester_details . ' semester' . ' for '. $data3->department. ' students.', '0', '1', 'C');
$pdf->Ln(4);