Improve message
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
b1348b101c
commit
c079df0ff3
@ -321,7 +321,7 @@ function PMA_getHtmlForCopyMultipleTables($action, $_url_params)
|
||||
$html = '<form action="' . $action . '" method="post">';
|
||||
$html .= PMA_URL_getHiddenInputs($_url_params);
|
||||
$html .= '<fieldset class = "input">';
|
||||
$html .= '<legend>' . __('Copy tables') . '</legend>';
|
||||
$html .= '<legend>' . __('Copy tables to') . '</legend>';
|
||||
$html .= '<select class="halfWidth" name="target_db" >'
|
||||
. $GLOBALS['pma']->databases->getHtmlOptions(true, false)
|
||||
. '</select>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user