summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay90852023-12-18 13:01:25 +0530
committerakshay90852023-12-18 13:01:25 +0530
commit7b7aea928632fdb7277adf11da9217f481723fd8 (patch)
tree9e15f2be579a361ad2300a406d7635d88138e33d
parente5cc6e5db2dd355f40fc56e5473eb872c7d42c8d (diff)
downloadcfd_lab_migration-7b7aea928632fdb7277adf11da9217f481723fd8.tar.gz
cfd_lab_migration-7b7aea928632fdb7277adf11da9217f481723fd8.tar.bz2
cfd_lab_migration-7b7aea928632fdb7277adf11da9217f481723fd8.zip
change the content
-rwxr-xr-xlab_migration.module2
-rwxr-xr-xpdf/generate_pdf.inc4
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);