removed quotes from translated string, messed up in JS. And fixed to sprintf.

This commit is contained in:
Herman van Rink
2010-11-28 14:44:50 +01:00
parent a3ae93f776
commit 15e3837850

View File

@@ -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"