From 980c3db8a5bfa3ac9a537ae35b0eec5d97079e55 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 26 Feb 2011 13:51:03 +0000 Subject: [PATCH] Turn hidden help into always-visible info box for user rights info --- includes/installer/WebInstallerPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 5ab4a4d9f1..afbd7c0959 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -741,7 +741,7 @@ class WebInstaller_Options extends WebInstallerPage { 'itemLabelPrefix' => 'config-profile-', 'values' => array_keys( $this->parent->rightsProfiles ), ) ) . - $this->parent->getHelpBox( 'config-profile-help' ) . + $this->parent->getInfoBox( wfMsgNoTrans( 'config-profile-help' ) ) . # Licensing $this->parent->getRadioSet( array( -- 2.20.1