From f9d49246b009e4e129ff41238d16b09be5fe3b84 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Thu, 29 Apr 2010 14:15:28 +0000 Subject: [PATCH] MDL-21695 adding help strings --- mod/page/lang/en/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/page/lang/en/page.php b/mod/page/lang/en/page.php index c897cfe3ec2..79439af581b 100644 --- a/mod/page/lang/en/page.php +++ b/mod/page/lang/en/page.php @@ -35,7 +35,7 @@ $string['legacyfiles'] = 'Migration of old course file'; $string['legacyfilesactive'] = 'Active'; $string['legacyfilesdone'] = 'Finished'; $string['modulename'] = 'Page'; -$string['modulename_help'] = 'Page module allows teachers to edit a page directly in a course.'; +$string['modulename_help'] = 'A page enables a web page to be displayed and edited within the course.'; $string['modulenameplural'] = 'Pages'; $string['optionsheader'] = 'Options'; $string['pageadministration'] = 'Page administration';