From: skodak Date: Thu, 25 May 2006 19:24:53 +0000 (+0000) Subject: Bug #5612 - language string missing in blog; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4f162918f5c348c90590c8359a6918632618e957;p=moodle.git Bug #5612 - language string missing in blog; merged from MOODLE_16_STABLE --- diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index a99ec8896e..8317edc59b 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -15,6 +15,7 @@ $string['courseblog'] = 'Course blog: $a'; $string['entrybody'] = 'Blog entry body'; $string['entrybodyonlydesc'] = 'Entry description'; $string['entryerrornotyours'] = 'This entry is not yours'; +$string['entrysaved'] = 'Your entry has been saved'; $string['entrytitle'] = 'Entry title'; $string['entryupdated'] = 'Blog entry updated'; $string['groupblog'] = 'Group blog: $a';