From 15e3837850c83875ef9eff4c00aea11a9ead6564 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Sun, 28 Nov 2010 14:44:50 +0100 Subject: [PATCH] removed quotes from translated string, messed up in JS. And fixed to sprintf. --- db_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_search.php b/db_search.php index 10a9a1305..3defeb40e 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 '' . PMA_linkOrButton( 'sql.php' . PMA_generate_common_url($this_url_params), - __('Delete'), printf(__('Delete the matches for the "%s" table?'), htmlspecialchars($each_table))) . "\n"; + __('Delete'), sprintf(__('Delete the matches for the %s table?'), htmlspecialchars($each_table))) . "\n"; } else { echo ' ' . "\n"