Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Dec 27, 2015
1 parent b1348b1 commit c079df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/mult_submits.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
Expand Down

0 comments on commit c079df0

Please sign in to comment.