summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsettings.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.inc b/settings.inc
index aa1f892..ad02e99 100755
--- a/settings.inc
+++ b/settings.inc
@@ -58,7 +58,7 @@ function custom_model_settings_form($form, $form_state)
);
$form['extensions']['custom_model_script_upload'] = array(
'#type' => 'textfield',
- '#title' => t('Allowed extensions for project files'),
+ '#title' => t('Allowed extensions for script files'),
'#description' => t('A comma separated list WITHOUT SPACE of pdf file extensions that are permitted to be uploaded on the server'),
'#size' => 50,
'#maxlength' => 255,