Forgotten use of translated string
This commit is contained in:
@@ -501,7 +501,7 @@ echo ' <option value="' . __('With selected:') . '" selected="selected">'
|
||||
. __('With selected:') . '</option>' . "\n";
|
||||
echo ' <option value="export" >'
|
||||
. __('Export') . '</option>' . "\n";
|
||||
echo ' <option value="' . __('Print view') . '" >'
|
||||
echo ' <option value="print" >'
|
||||
. __('Print view') . '</option>' . "\n";
|
||||
|
||||
if (!$db_is_information_schema) {
|
||||
|
@@ -24,7 +24,7 @@ if (! empty($submit_mult)
|
||||
$what = 'drop_db';
|
||||
} elseif (isset($selected_tbl) && !empty($selected_tbl)) {
|
||||
// coming from database structure view - do something with selected tables
|
||||
if ($submit_mult == __('Print view')) {
|
||||
if ($submit_mult == 'print') {
|
||||
require './tbl_printview.php';
|
||||
} else {
|
||||
$selected = $selected_tbl;
|
||||
|
Reference in New Issue
Block a user