Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -741,7 +741,7 @@ |
742 | 742 | 'itemLabelPrefix' => 'config-profile-', |
743 | 743 | 'values' => array_keys( $this->parent->rightsProfiles ), |
744 | 744 | ) ) . |
745 | | - $this->parent->getHelpBox( 'config-profile-help' ) . |
| 745 | + $this->parent->getInfoBox( wfMsgNoTrans( 'config-profile-help' ) ) . |
746 | 746 | |
747 | 747 | # Licensing |
748 | 748 | $this->parent->getRadioSet( array( |