diff options
author | Sashi20 | 2018-08-01 10:41:51 +0530 |
---|---|---|
committer | Sashi20 | 2018-08-01 10:41:51 +0530 |
commit | 8ea0e95416816333c762ee0845447cbbb207e8fd (patch) | |
tree | f8616d79cd90f9d543e40ed43340fd6730a3c592 /cfd_case_study.module | |
parent | ecd6111dcc899433278b2a6411e9146de58fac7d (diff) | |
download | cfd_case_study-8ea0e95416816333c762ee0845447cbbb207e8fd.tar.gz cfd_case_study-8ea0e95416816333c762ee0845447cbbb207e8fd.tar.bz2 cfd_case_study-8ea0e95416816333c762ee0845447cbbb207e8fd.zip |
Modified titles in case directory submission and download case study
Diffstat (limited to 'cfd_case_study.module')
-rwxr-xr-x | cfd_case_study.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfd_case_study.module b/cfd_case_study.module index f0923c0..dbd9ad0 100755 --- a/cfd_case_study.module +++ b/cfd_case_study.module @@ -34,7 +34,7 @@ function cfd_case_study_menu() ); $items['case-study-project/manage-proposal/pending'] = array( 'title'=> 'Pending Proposals', - 'description'=> 'Pending Case Study Proposals Queue', + 'description'=> 'Pending Case Study Proposals Queue', 'page callback'=> 'cfd_case_study_proposal_pending', 'access callback'=> 'user_access', 'access arguments'=> array( @@ -398,7 +398,7 @@ function cfd_case_study_get_proposal() $proposal_data = $proposal_q->fetchObject(); if (!$proposal_data) { - drupal_set_message("You do not have any approved Case Study proposal. Please propose the Case Study proposal", 'error'); + drupal_set_message("You do not have any approved Case Study proposal. Please propose a Case Study", 'error'); drupal_goto(''); } //!$proposal_data switch ($proposal_data->approval_status) |