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ř <mcihar@suse.cz>2011-08-05 12:52:03 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-05 12:52:03 +0400
commit304273961ec0b26dbb58c5e879a0354670255879 (patch)
treee6a77c1a39d8be01a628e3776f20d2ae9e46a355 /db_qbe.php
parent9c7eea8aeb5df7d55389363a778a93e3717ae530 (diff)
Avoid composite messages
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 93c5b40964..fe1456e6c5 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -183,7 +183,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
?>
<div id="visual_builder_anchor" class="notice hide">
<span id="footnote_1">
-<?php echo __('Switch to') . ' <a href="' . $tab_designer['link'] . PMA_get_arg_separator('html') . 'query=1">' . __('visual builder') . '</a>'; ?>
+<?php printf(__('Switch to %svisual builder%s'), ' <a href="' . $tab_designer['link'] . PMA_get_arg_separator('html') . 'query=1">', '</a>'); ?>
</span>
</div>
<?php