From ce6c4004bdfd413e035d4667eb1262de96b889d5 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 24 Jan 2011 20:54:13 +0000 Subject: [PATCH] (bug 26907) MediaWiki Default -> MediaWiki default --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 311b52ae99..8574b6e9f7 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1414,7 +1414,7 @@ abstract class Installer { '', EDIT_NEW, false, - User::newFromName( 'MediaWiki Default' ) ); + User::newFromName( 'MediaWiki default' ) ); } catch (MWException $e) { //using raw, because $wgShowExceptionDetails can not be set yet $status->fatal( 'config-install-mainpage-failed', $e->getMessage() ); -- 2.20.1