Index: branches/new-installer/phase3/includes/installer/InstallerDBType.php |
— | — | @@ -294,7 +294,7 @@ |
295 | 295 | $this->getPasswordBox( 'wgDBpassword', 'config-db-password' ) . |
296 | 296 | $this->parent->getHelpBox( 'config-db-web-help' ); |
297 | 297 | if ( $noCreateMsg ) { |
298 | | - $s .= Xml::element( 'span', array( 'class' => 'error' ), wfMsg( $noCreateMsg ) ); |
| 298 | + $s .= $this->parent->getWarningBox( wfMsgNoTrans( $noCreateMsg ) ); |
299 | 299 | } else { |
300 | 300 | $s .= $this->getCheckBox( '_CreateDBAccount', 'config-db-web-create' ); |
301 | 301 | } |