Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-11-04 12:47:39 +0300
committerMichal Čihař <michal@cihar.com>2014-11-04 12:47:50 +0300
commit05f01d9c2a9d0938ed64dc97672145ec9d05bf4d (patch)
treeba446530fa0ab9b95ad3d73ba96c196b9d045114 /index.php
parenta8866653ec52fa51dc5232edf29a761ae5747f1b (diff)
Split HTML markup from translatable string
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'index.php')
-rw-r--r--index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.php b/index.php
index 02452a8f41..727831b9ca 100644
--- a/index.php
+++ b/index.php
@@ -522,11 +522,11 @@ if ($server > 0) {
. '%sFind out why%s. '
);
if ($cfg['ZeroConf'] == true) {
- $msg_text .= __(
- '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
- . 'Or alternately go to \'Operations\' tab of any database '
- . 'to set it up there.'
- );
+ $msg_text .= '<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' .
+ __(
+ 'Or alternately go to \'Operations\' tab of any database '
+ . 'to set it up there.'
+ );
}
$msg = PMA_Message::notice($msg_text);
$msg->addParam(