From: stronk7 Date: Sat, 15 Apr 2006 19:21:36 +0000 (+0000) Subject: Added one missing string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a7117f3ac1fb15f11a11c23a539914ee8e114888;p=moodle.git Added one missing string --- diff --git a/lang/en_utf8/glossary.php b/lang/en_utf8/glossary.php index 0467e914c6..804dd7c865 100644 --- a/lang/en_utf8/glossary.php +++ b/lang/en_utf8/glossary.php @@ -96,6 +96,7 @@ $string['explainexport'] = 'Click on the button below to export glossary entries $string['explainimport'] = 'You must specify the file to import and define the criteria of the process.

Submit your request and review the results.

'; $string['explainspecial'] = 'Shows entries that do not begin with a letter'; $string['exportentries'] = 'Export entries'; +$string['exportedentry'] = 'Exported entry'; $string['exportfile'] = 'Export entries to file'; $string['exportglossary'] = 'Export glossary'; $string['exporttomainglossary'] = 'Export to main glossary';