* (bug 5456) Separate MediaWiki:Search into messages for both noun and
[lhc/web/wiklou.git] / includes / SpecialSearch.php
index c466985..4667bd6 100644 (file)
@@ -151,7 +151,7 @@ class SpecialSearch {
                                wfMsg( 'googlesearch',
                                        htmlspecialchars( $term ),
                                        htmlspecialchars( $wgInputEncoding ),
-                                       htmlspecialchars( wfMsg( 'search' ) )
+                                       htmlspecialchars( wfMsg( 'searchbutton' ) )
                                )
                        );
                        wfProfileOut( $fname );