From: stronk7 Date: Tue, 20 Nov 2007 23:41:52 +0000 (+0000) Subject: Adding one missing string. tableofcontentsabbrev. MDL-12071 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=19bd0b315ebac48a09fe0685c32de5987a65ff79;p=moodle.git Adding one missing string. tableofcontentsabbrev. MDL-12071 Merged from MOODLE_19_STABLE --- diff --git a/lang/en_utf8/resource.php b/lang/en_utf8/resource.php index be1250e779..3d79c58934 100644 --- a/lang/en_utf8/resource.php +++ b/lang/en_utf8/resource.php @@ -117,6 +117,7 @@ $string['serverurl'] = 'Server URL ($a->wwwroot)'; $string['showcourseblocks'] = 'Show the course blocks'; $string['skipsubmenus'] = 'Skip sub-menu pages'; $string['tableofcontents'] = 'Table of contents'; +$string['tableofcontentsabbrev'] = 'TOC'; $string['upbutton'] = 'Up'; $string['variablename'] = 'Variable name'; $string['viewims'] = 'View IMS Content Package';