diff options
author | Prashant S | 2018-07-12 17:09:58 +0530 |
---|---|---|
committer | GitHub | 2018-07-12 17:09:58 +0530 |
commit | 899fc1fdb5993ed94c1ed6cd03a1b006b0d18125 (patch) | |
tree | f2893682c2a537f2fd9617d1c7a9f39680c6c03d /code.inc | |
parent | d05e42b647b0df0588efddd372f4b6dddaefbc8a (diff) | |
parent | da2a5ce881fc2a889f5ca1ba4588dad824c0598e (diff) | |
download | openmodelica_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-x | code.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>' ); |