From 19bd0b315ebac48a09fe0685c32de5987a65ff79 Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Tue, 20 Nov 2007 23:41:52 +0000
Subject: [PATCH] Adding one missing string. tableofcontentsabbrev. MDL-12071

Merged from MOODLE_19_STABLE
---
 lang/en_utf8/resource.php | 1 +
 1 file changed, 1 insertion(+)

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';
-- 
2.39.5