From 5514a1c3419df2caac5210ec803ef1d42a2a7eac Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 14:53:43 +0000 Subject: [PATCH] wiki lang string: MDL-17209 typo fix --- lang/en_utf8/wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'; -- 2.39.5