diff options
-rwxr-xr-x | lab_migration.module | 2 | ||||
-rwxr-xr-x | pdf/generate_pdf.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lab_migration.module b/lab_migration.module index cb43992..fb03977 100755 --- a/lab_migration.module +++ b/lab_migration.module @@ -990,7 +990,7 @@ function lab_migration_certificate_form($form, $form_state) ); $form['institute_name'] = array( '#type' => 'textfield', - '#title' => t('college / Institue Name'), + '#title' => t('college / Institue name'), '#required' => TRUE ); $form['institute_address'] = array( 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); |