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:
authorHerman van Rink <rink@initfour.nl>2010-11-28 16:44:50 +0300
committerHerman van Rink <rink@initfour.nl>2010-11-28 16:44:50 +0300
commit15e3837850c83875ef9eff4c00aea11a9ead6564 (patch)
tree5002d3687fe716ec582d5132a41af3eb5495ecb3 /db_search.php
parenta3ae93f7768cbb4eb91a2473cdce0dc4936407f1 (diff)
removed quotes from translated string, messed up in JS. And fixed to sprintf.
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 10a9a1305b..3defeb40e7 100644
--- a/db_search.php
+++ b/db_search.php
@@ -257,7 +257,7 @@ if (isset($_REQUEST['submit_search'])) {
$this_url_params['sql_query'] = $newsearchsqls['delete'];
echo '<td>' . PMA_linkOrButton(
'sql.php' . PMA_generate_common_url($this_url_params),
- __('Delete'), printf(__('Delete the matches for the "%s" table?'), htmlspecialchars($each_table))) . "</td>\n";
+ __('Delete'), sprintf(__('Delete the matches for the %s table?'), htmlspecialchars($each_table))) . "</td>\n";
} else {
echo '<td>&nbsp;</td>' . "\n"