From 8dce4063cdcce1cb10aa68aa20b55430bc7eb494 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 14 Mar 2004 00:32:43 +0000 Subject: [PATCH] fix occurence of "/wiki" instead of $wgScriptPath Fix sourceforge bug #911754. --- languages/Language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index d6389fac8f..975dbcfca8 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -487,7 +487,7 @@ $wgLanguageNamesEn =& $wgLanguageNames; "redirectedfrom" => "(Redirected from $1)", "lastmodified" => "This page was last modified $1.", "viewcount" => "This page has been accessed $1 times.", -"gnunote" => "All text is available under the terms of the GNU Free Documentation License.", +"gnunote" => "All text is available under the terms of the GNU Free Documentation License.", "printsubtitle" => "(From $wgServer)", "protectedpage" => "Protected page", "administrators" => "$wgMetaNamespace:Administrators", @@ -745,7 +745,7 @@ so you will not be able to save your edits right now. You may wish to cut-n-past the text into a text file and save it for later.", "protectedpagewarning" => "WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the -protected page +protected page guidelines.", # History pages -- 2.20.1