From 32a17bcbc846ac5aff49bf28dec500514adfaa83 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 20 Jun 2019 11:54:36 +0530 Subject: Modify settings for dataset file extensions --- settings.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit