summaryrefslogtreecommitdiff
path: root/code.inc
diff options
context:
space:
mode:
authorPrashant S2018-07-12 17:09:58 +0530
committerGitHub2018-07-12 17:09:58 +0530
commit899fc1fdb5993ed94c1ed6cd03a1b006b0d18125 (patch)
treef2893682c2a537f2fd9617d1c7a9f39680c6c03d /code.inc
parentd05e42b647b0df0588efddd372f4b6dddaefbc8a (diff)
parentda2a5ce881fc2a889f5ca1ba4588dad824c0598e (diff)
downloadopenmodelica_textbook_companion-899fc1fdb5993ed94c1ed6cd03a1b006b0d18125.tar.gz
openmodelica_textbook_companion-899fc1fdb5993ed94c1ed6cd03a1b006b0d18125.tar.bz2
openmodelica_textbook_companion-899fc1fdb5993ed94c1ed6cd03a1b006b0d18125.zip
Merge pull request #6 from prashantsinalkar/drupal_7.x
done minor changes to fix the issues
Diffstat (limited to 'code.inc')
-rwxr-xr-xcode.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/code.inc b/code.inc
index e3d8a12..ca11078 100755
--- a/code.inc
+++ b/code.inc
@@ -129,7 +129,7 @@ $form['book_details']['pref_id'] = array(
);
$form['example_warning'] = array(
'#type' => 'item',
- '#title' => t('You should upload all the files as zip (main or source files, result files, executable file if any): '),
+ '#title' => t('You should upload all the files as extention ".'). variable_get('textbook_companion_source_extensions', '') . t('" main or source files, result files, executable file if any): '),
'#prefix' => '<div style="color:red">',
'#suffix' => '</div>'
);