From: Rob Church Date: Tue, 16 May 2006 22:21:54 +0000 (+0000) Subject: Missed out an instance when renaming "wikipediapage" X-Git-Tag: 1.31.0-rc.0~57114 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=420fae22b2f7c3e95fd05bbeb0b4c2dc382e8ea8;p=lhc%2Fweb%2Fwiklou.git Missed out an instance when renaming "wikipediapage" --- diff --git a/includes/Skin.php b/includes/Skin.php index 3159131d2f..46a2fa921f 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1330,7 +1330,7 @@ END; $text = wfMsg('userpage'); break; case NS_PROJECT: - $text = wfMsg('wikipediapage'); + $text = wfMsg('projectpage'); break; case NS_IMAGE: $text = wfMsg('imagepage');