From 0970ac7dfafdd949909f764af9d04096c2675ff1 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Mon, 9 Jan 2012 14:35:38 +0800 Subject: [PATCH] MDL-30583 Navigation : fixed string. --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 4767a8e1121..ba6d8f7e229 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -694,7 +694,7 @@ $string['navcourselimit'] = 'Course limit'; $string['navlinkcoursesections'] = 'Link course sections'; $string['navlinkcoursesections_help'] = 'If enabled course sections will be shown as links within the navigation.'; $string['navshowfrontpagemods'] = 'Show front page activities in the navigation'; -$string['navshowfrontpagemods_help'] = 'If enabled front page activities will be shown on the navigation under site pages.'; +$string['navshowfrontpagemods_help'] = 'If enabled, front page activities will be shown on the navigation under site pages.'; $string['navshowallcourses'] = 'Show all courses'; $string['navshowcategories'] = 'Show course categories'; $string['neverdeleteruns'] = 'Never delete runs';