Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-08-03 06:43:49 +02:00
commit 0bb57c9465

View File

@ -347,7 +347,7 @@ function PMA_getHtmlForCopyMultipleTables($action, $_url_params)
$html .= '<input type="checkbox" id="checkbox_drop" value="1" name="drop_if_exists"></input>';
$html .= '<label for="checkbox_drop">' . __('Add DROP TABLE') . '</label><br>';
$html .= '<input type="checkbox" id="checkbox_auto_increment_cp" value="1" name="sql_auto_increment"></input>';
$html .= '<label for="checkbox_auto_increment">' . __('Add AUTO INCREMENT value') . '</label><br>';
$html .= '<label for="checkbox_auto_increment_cp">' . __('Add AUTO INCREMENT value') . '</label><br>';
$html .= '<input type="checkbox" id="checkbox_constraints" value="1" name="sql_auto_increment" checked="checked"></input>';
$html .= '<label for="checkbox_constraints">' . __('Add constraints') . '</label><br><br>';
$html .= '<input name="adjust_privileges" value="1" id="checkbox_adjust_privileges" checked="checked" type="checkbox"></input>';