From 01397d30dfba6e8e41f58977c13e396348dc19cd Mon Sep 17 00:00:00 2001 From: Mark Prins Date: Mon, 2 Sep 2013 11:21:19 +0200 Subject: [PATCH] fix typo --- lang/en/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/settings.php b/lang/en/settings.php index 741a1ac..04a85f0 100644 --- a/lang/en/settings.php +++ b/lang/en/settings.php @@ -4,4 +4,4 @@ $lang['allow_in_comments'] = 'Whether to allow the filelist syntax to be used in $lang['allowed_absolute_paths'] = 'Comma-separated list of absolute paths allowed for globbing.'; $lang['web_paths'] = 'Comma-separated list of urls by which to reach the corresponding absolute path from the previous list. MUST have the exact same number of entries as allowed_absolute_paths.'; $lang['defaults'] = 'Default options. Use the same syntax as in inline configuration'; -$lang['extensions'] = 'Comma-separated listof allowed file extensions to list'; +$lang['extensions'] = 'Comma-separated list of allowed file extensions to list';