From: dongsheng Date: Fri, 29 Aug 2008 09:17:11 +0000 (+0000) Subject: MDL-13766, add a lang string. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c5955f9626dcc3fd7b3c6a7eb541ddc3029e550;p=moodle.git MDL-13766, add a lang string. --- diff --git a/lang/en_utf8/repository.php b/lang/en_utf8/repository.php index e974d7a227..2a4dd92e73 100644 --- a/lang/en_utf8/repository.php +++ b/lang/en_utf8/repository.php @@ -30,6 +30,7 @@ $string['noenter'] = 'Nothing entered'; $string['operation'] = 'Operation'; $string['openpicker'] = 'Open file picker'; $string['plugin'] = 'Repository plug-ins'; +$string['preview'] = 'Preview'; $string['repository'] = 'Repository'; $string['repositories'] = 'Repositories'; $string['save'] = 'Save';