From a7dbb1721bb47ba21f9cdd5fe2962516a45caa42 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 7 Aug 2019 18:10:23 +0530 Subject: Modify url displayed in error message --- pdf/list_pssp_certificate.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf/list_pssp_certificate.inc b/pdf/list_pssp_certificate.inc index 4475bdb..faa9406 100755 --- a/pdf/list_pssp_certificate.inc +++ b/pdf/list_pssp_certificate.inc @@ -10,7 +10,7 @@ function _list_pssp_certificates() if ($exist_id){ if ($exist_id->id) { if ($exist_id->id < 1) { - drupal_set_message('You need to propose a Power System Simulation Proposal or if you have already proposed then your Flowsheet is under reviewing process', 'status'); + drupal_set_message('You need to propose a Power System Simulation Proposal or if you have already proposed then your proposal is under reviewing process', 'status'); return ''; } //$exist_id->id < 3 else { @@ -49,7 +49,7 @@ function _list_pssp_certificates() } } //$exist_id->id else { - drupal_set_message('You need to propose a OpenModelica Power System Simulation Proposal or if you have already proposed then your Flowsheet is under reviewing process', 'status'); + drupal_set_message('You need to propose a OpenModelica Power System Simulation Proposal or if you have already proposed then your proposal is under reviewing process', 'status'); $page_content = " No certificate available "; return $page_content; } -- cgit