summaryrefslogtreecommitdiff
path: root/skins/CologneBlue.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/CologneBlue.php')
-rw-r--r--skins/CologneBlue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php
index b5f7c917..08389c43 100644
--- a/skins/CologneBlue.php
+++ b/skins/CologneBlue.php
@@ -306,7 +306,7 @@ class SkinCologneBlue extends Skin {
$s .= "<input type='text' name=\"search\" size='14' value=\""
. htmlspecialchars(substr($search,0,256)) . "\" />"
- . "<br /><input type='submit' name=\"go\" value=\"" . htmlspecialchars( wfMsg( "go" ) ) . "\" /> <input type='submit' name=\"fulltext\" value=\"" . htmlspecialchars( wfMsg( "search" ) ) . "\" /></form>";
+ . "<br /><input type='submit' name=\"go\" value=\"" . htmlspecialchars( wfMsg( "searcharticle" ) ) . "\" /> <input type='submit' name=\"fulltext\" value=\"" . htmlspecialchars( wfMsg( "search" ) ) . "\" /></form>";
return $s;
}