From 52a6dc117221f16ce1e1ccf3d656b16c3169a2ec Mon Sep 17 00:00:00 2001 From: wildgirl Date: Fri, 22 Feb 2008 09:28:41 +0000 Subject: [PATCH] MDL-13116 lang string typo fix --- lang/en_utf8/lesson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php index 8b2b1acbcf..21f4a8c3d4 100644 --- a/lang/en_utf8/lesson.php +++ b/lang/en_utf8/lesson.php @@ -133,7 +133,7 @@ $string['lessonclosed'] = 'This lesson closed on $a.'; $string['lessoncloses'] = 'Lesson closes'; $string['lessoncloseson'] = 'Lesson closes on $a'; $string['lessondefault'] = 'Use this lesson\'s settings as defaults'; -$string['lessonformating'] = 'Lesson formating'; +$string['lessonformating'] = 'Lesson formatting'; $string['lessonmenu'] = 'Lesson menu'; $string['lessonnotready'] = 'This lesson is not ready to be taken. Please contact your $a.'; $string['lessonopen'] = 'This lesson will be open on $a.'; -- 2.39.5