diff options
author | Sashi20 | 2019-06-20 11:54:36 +0530 |
---|---|---|
committer | Sashi20 | 2019-06-20 11:54:36 +0530 |
commit | 32a17bcbc846ac5aff49bf28dec500514adfaa83 (patch) | |
tree | 25185b4af5d4746118bdff18642951c336057340 | |
parent | 1f9fdb3663f918adf7314a360351e68d22418a32 (diff) | |
download | r_textbook_companion-32a17bcbc846ac5aff49bf28dec500514adfaa83.tar.gz r_textbook_companion-32a17bcbc846ac5aff49bf28dec500514adfaa83.tar.bz2 r_textbook_companion-32a17bcbc846ac5aff49bf28dec500514adfaa83.zip |
Modify settings for dataset file extensions
-rwxr-xr-x | settings.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.inc b/settings.inc index 347148e..8ce3adb 100755 --- a/settings.inc +++ b/settings.inc @@ -40,7 +40,7 @@ function textbook_companion_settings_form($form, &$form_state) ); $form['extensions']['dataset'] = array( '#type' => 'textfield', - '#title' => t('Allowed source file extensions'), + '#title' => t('Allowed dataset file extensions'), '#description' => t('A comma separated list WITHOUT SPACE of source file extensions that are permitted to be uploaded on the server'), '#size' => 50, '#maxlength' => 255, |