Split HTML markup from translatable string
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
a8866653ec
commit
05f01d9c2a
10
index.php
10
index.php
@ -522,11 +522,11 @@ if ($server > 0) {
|
||||
. '%sFind out why%s. '
|
||||
);
|
||||
if ($cfg['ZeroConf'] == true) {
|
||||
$msg_text .= __(
|
||||
'<br> '
|
||||
. 'Or alternately go to \'Operations\' tab of any database '
|
||||
. 'to set it up there.'
|
||||
);
|
||||
$msg_text .= '<br> ' .
|
||||
__(
|
||||
'Or alternately go to \'Operations\' tab of any database '
|
||||
. 'to set it up there.'
|
||||
);
|
||||
}
|
||||
$msg = PMA_Message::notice($msg_text);
|
||||
$msg->addParam(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user