From: vyshane Date: Fri, 2 Jun 2006 04:20:05 +0000 (+0000) Subject: Merge from 1.6. Added missing lang string. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0b0b5ea4ed468296d9049c8bbe703e5a99744a08;p=moodle.git Merge from 1.6. Added missing lang string. --- diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index ef98101a47..2abc452abc 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -143,6 +143,7 @@ $string['resizingimages'] = 'Resizing image thumbnails...'; $string['rssglobaldisabled'] = 'Disabled. See site configuration variables.'; $string['rsshowmany'] = '(number of latest entries to show, 0 to disable RSS)'; $string['rsstemplate'] = 'RSS template'; +$string['rsstitletemplate'] = 'RSS title template'; $string['save'] = 'Save'; $string['saveandadd'] = 'Save and add another'; $string['saveandview'] = 'Save and view';