Forgotten use of translated string

This commit is contained in:
Michal Čihař
2011-03-18 14:53:05 +01:00
parent 24396fe024
commit 5f1f0a8bdb
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {