diff options
author | Sashi20 | 2018-12-26 16:43:47 +0530 |
---|---|---|
committer | Sashi20 | 2018-12-26 16:43:47 +0530 |
commit | 2404f69afcca5e95b8270a6e865159f3cf1e9c03 (patch) | |
tree | dfca98ff1827513cd0d46ef7cc1c40115ef1c988 /pssp_details.inc | |
parent | 91770270bc57e4823da69c7a0215b120e761767f (diff) | |
download | om_pssp-2404f69afcca5e95b8270a6e865159f3cf1e9c03.tar.gz om_pssp-2404f69afcca5e95b8270a6e865159f3cf1e9c03.tar.bz2 om_pssp-2404f69afcca5e95b8270a6e865159f3cf1e9c03.zip |
Fixed typos in the project download page
Diffstat (limited to 'pssp_details.inc')
-rwxr-xr-x | pssp_details.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pssp_details.inc b/pssp_details.inc index 6a3abd2..28810fa 100755 --- a/pssp_details.inc +++ b/pssp_details.inc @@ -11,12 +11,12 @@ function om_pssp_completed_proposals_all() if ($result->rowCount() == 0) { - $output .= "Work has been completed for the following power system simulation. We welcome your contributions." ."<hr>"; + $output .= "Work has been completed for the following Power System Simulation. We welcome your contributions." ."<hr>"; } //$result->rowCount() == 0 else { - $output .= "Work has been completed for the following power system simulation. We welcome your contributions." . "<hr>"; + $output .= "Work has been completed for the following Power System Simulations. We welcome your contributions." . "<hr>"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) @@ -41,7 +41,7 @@ function om_pssp_completed_proposals_all() } //$row = $result->fetchObject() $preference_header = array( 'No', - 'power system simulation Project', + 'Power System Simulation Project', 'Abstract File', 'Contributor Name', 'Institute', @@ -65,11 +65,11 @@ function om_pssp_progress_all() $result = $query->execute(); if ($result->rowCount() == 0) { - $page_content .= "Work is in progress for the following power system simulation under power system simulation Project<hr>"; + $page_content .= "Work is in progress for the following Power System Simulation under Power System Simulation Project<hr>"; } //$result->rowCount() == 0 else { - $page_content .= "Work is in progress for the following power system simulation under power system simulation Project<hr>"; + $page_content .= "Work is in progress for the following Power System Simulation under Power System Simulation Project<hr>"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) @@ -86,7 +86,7 @@ function om_pssp_progress_all() } //$row = $result->fetchObject() $preference_header = array( 'No', - 'power system simulation Project', + 'Power System Simulation Project', 'Contributor Name', 'Institute', 'Year' |