diff options
author | prashantsinalkar | 2017-01-11 12:56:10 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-01-11 12:56:10 +0530 |
commit | 3639a32c7d0660ec6aca46772fa4999734e9949d (patch) | |
tree | 19c51073e5c2638ebeb5adcd159389ad21c88b4f /pdf | |
parent | af67f2284092e83d94877caa5ef1b0f90b6e1296 (diff) | |
download | dwsim_textbook_companion-3639a32c7d0660ec6aca46772fa4999734e9949d.tar.gz dwsim_textbook_companion-3639a32c7d0660ec6aca46772fa4999734e9949d.tar.bz2 dwsim_textbook_companion-3639a32c7d0660ec6aca46772fa4999734e9949d.zip |
changed the text
Diffstat (limited to 'pdf')
-rwxr-xr-x | pdf/list_all_certificates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/list_all_certificates.inc b/pdf/list_all_certificates.inc index 43e47ab..4b94419 100755 --- a/pdf/list_all_certificates.inc +++ b/pdf/list_all_certificates.inc @@ -51,7 +51,7 @@ function _list_all_certificates() } //$exist_id->id else { drupal_set_message('<strong>You need to propose a book <a href="http://dwsim.fossee.in/textbook-companion/proposal">Book Proposal</a></strong> or if you have already proposed then your book is under reviewing process', 'status'); - $page_content = "<span style='color:red;'>No book has been completed by you</span>"; + $page_content = "<span style='color:red;'> No certificate available </span>"; return $page_content; } } |