From: Arne Heizmann Date: Sat, 14 Aug 2004 09:20:00 +0000 (+0000) Subject: Don't use wfMsg('go') on this submit button. It's already used for the "Go" search... X-Git-Tag: 1.5.0alpha1~2368 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=f65784690d03145b66a38bbbbc66f64e9382b8ab;p=lhc%2Fweb%2Fwiklou.git Don't use wfMsg('go') on this submit button. It's already used for the "Go" search button. Shouldn't overload translatable messages like that. It's quite a different context here. --- diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 8841e2b18b..90348e0e98 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -41,7 +41,7 @@ function namespaceForm ( $namespace = 0, $from = "" ) $frombox = ''; - $submitbutton = ''; + $submitbutton = ''; $out = "
"; $out .= ''; diff --git a/languages/Language.php b/languages/Language.php index ed6c53d34a..6a0efbb494 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1013,6 +1013,7 @@ this list should not be construed as an endorsement.", 'allpagesprev' => 'Previous', 'allpagesnext' => 'Next', 'allpagesnamespace' => 'All pages ($1 namespace)', +'allpagessubmit' => 'Go', # Email this user #