From dddfc692c91c09f5919ea1fe997b4359ede9a445 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 20 Jul 2010 14:57:26 +0000 Subject: [PATCH] MDL-23339 spelling mistake fix --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index cb532b13b06..2993fb7ca34 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -76,7 +76,7 @@ $string['bookmarkadded'] = 'Bookmark added.'; $string['bookmarkalreadyexists'] = 'You have already bookmarked this page.'; $string['bookmarkdeleted'] = 'Bookmark deleted.'; $string['bookmarkthispage'] = 'bookmark this page'; -$string['cachejs'] = 'Cache javascipt'; +$string['cachejs'] = 'Cache Javascript'; $string['cachejs_help'] = 'Javascript caching and compression greatly improves page loading performance. it is strongly recommended for production sites. Developers will probably want to disable this feature.'; $string['cachetext'] = 'Text cache lifetime'; $string['cachetype'] = 'Cache Type';