From 6e94b38d618618bcc7ed48d92dae40d298c906ef Mon Sep 17 00:00:00 2001 From: Rob Church Date: Fri, 20 Jan 2006 21:52:52 +0000 Subject: [PATCH] Default main page content improved per bug 4690 --- RELEASE-NOTES | 1 + languages/Language.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7c8176d0ae..3a2a5d847c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -224,6 +224,7 @@ i18n / Languages: * (bug 4510) Correct Barnes & Noble bookstore URLs * (bug 3991) Allow the operation of wikicode on Protect move only text * (bug 4267) Switch dv sd ug ks arc languages to RTL +* Default main page content improved per bug 4690 Parser: * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits diff --git a/languages/Language.php b/languages/Language.php index ec670f5d0d..67b8f55ebe 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -368,8 +368,8 @@ parent class in order maintain consistency across languages. 'linktrail' => '/^([a-z]+)(.*)$/sD', 'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', 'mainpage' => 'Main Page', -'mainpagetext' => 'Wiki software successfully installed.', -'mainpagedocfooter' => 'Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for usage and configuration help.', +'mainpagetext' => "'''MediaWiki has been successfully installed.'''", +'mainpagedocfooter' => "Consult the [http://www.mediawiki.org/wiki/Help:Configuration_settings configuration settings list] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for information on customising and using the wiki software.", 'portal' => 'Community portal', 'portal-url' => 'Project:Community Portal', -- 2.20.1