From: wildgirl Date: Thu, 13 Nov 2008 14:53:43 +0000 (+0000) Subject: wiki lang string: MDL-17209 typo fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5514a1c3419df2caac5210ec803ef1d42a2a7eac;p=moodle.git wiki lang string: MDL-17209 typo fix --- diff --git a/lang/en_utf8/wiki.php b/lang/en_utf8/wiki.php index afd6f3470a..0405cec6b7 100644 --- a/lang/en_utf8/wiki.php +++ b/lang/en_utf8/wiki.php @@ -159,7 +159,7 @@ $string['revertpagescheck'] = 'Do you really want to revert the following change $string['revertthe'] = 'Version diving, but only purge the affected one'; $string['safehtml'] = 'Safe HTML'; $string['save'] = 'Save'; -$string['savenolock'] = 'You cannot save the page because you do not have an editing lock. This can happen if your browser has Javascript turned off, or if another user overrides your lock.

You can return to the previous screen using your browser\'s Back button and copy the text of any changes you made, then try editing again.'; +$string['savenolock'] = 'You cannot save the page because you do not have an editing lock. This can happen if your browser has Javascript turned off, or if another user overrides your lock.
You can return to the previous screen using your browser\'s Back button and copy the text of any changes you made, then try editing again.'; $string['searchwiki'] = 'Search Wiki'; $string['setpageflags'] = 'Set page flags'; $string['showversions'] = 'Show versions:';