From: stronk7 Date: Sun, 20 Apr 2008 01:18:44 +0000 (+0000) Subject: Added string to restore blogs. MDL-9089 ; merged from 19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=99b39c96efd63194ec985a435491edc3564fca3b;p=moodle.git Added string to restore blogs. MDL-9089 ; merged from 19_STABLE --- 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';