From 298053d58d0eed7ed4089c2be5d6830d5da7e384 Mon Sep 17 00:00:00 2001 From: Patrick Malley Date: Fri, 25 Jun 2010 05:13:37 +0000 Subject: [PATCH] Fixing readme MDL-22875 --- theme/canvas/lang/en/theme_canvas.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/canvas/lang/en/theme_canvas.php b/theme/canvas/lang/en/theme_canvas.php index 6d747d49f6c..af66f507a41 100644 --- a/theme/canvas/lang/en/theme_canvas.php +++ b/theme/canvas/lang/en/theme_canvas.php @@ -23,7 +23,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['pluginname'] = 'Frameworked'; +$string['pluginname'] = 'Canvas'; $string['region-side-post'] = 'Right'; $string['region-side-pre'] = 'Left'; -$string['choosereadme'] = 'Frameworked, a Moodle 2.0 theme by Patrick Malley'; +$string['choosereadme'] = 'Canvas, a Moodle 2.0 parent theme by Patrick Malley.';