From 99b39c96efd63194ec985a435491edc3564fca3b Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 20 Apr 2008 01:18:44 +0000 Subject: [PATCH] Added string to restore blogs. MDL-9089 ; merged from 19_STABLE --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 1f66eff407..c6c2c1021c 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -304,6 +304,7 @@ $string['createfolder'] = 'Create a folder in $a'; $string['createuserandpass'] = 'Choose your username and password'; $string['createziparchive'] = 'Create zip archive'; $string['creatingblocks'] = 'Creating blocks'; +$string['creatingblogsinfo'] = 'Creating blogs info'; $string['creatingblocksroles'] = 'Creating block level role assignments and overrides'; $string['creatingcategoriesandquestions'] = 'Creating categories and questions'; $string['creatingcoursemodules'] = 'Creating course modules'; -- 2.39.5