From 89f63ab02d57b0749410447ba7e444a87bc1a61e Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Mon, 2 Nov 2009 23:07:39 +0100 Subject: [PATCH] FS #40: Fixed 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 76a5f45..e0d0d33 100644 --- a/lang/en/settings.php +++ b/lang/en/settings.php @@ -2,4 +2,4 @@ $lang['allow_in_comments'] = 'Whether to allow the filelist syntax to be used in comments.'; $lang['allowed_absolute_paths'] = 'Comma-separated list of absolute paths allowed for globbing.'; -$land['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['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.';