Use newest message

This commit is contained in:
Marc Delisle 2011-09-18 06:13:22 -04:00
parent ef43e2fce8
commit 4441512052
2 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ function PMA_sqlQueryFormUpload()
// start output
echo '<fieldset id="">';
echo '<legend>';
echo __('Location of the text file') . '</legend>';
echo __('Browse your computer:') . '</legend>';
echo '<div class="formelement">';
echo '<input type="file" name="sql_file" class="textfield" /> ';
echo PMA_displayMaximumUploadSize($GLOBALS['max_upload_size']);

View File

@ -236,7 +236,7 @@ PMA_printJsValue("PMA_messages['strSavedOn']", __('Saved on: @DATE@'));
<input type="radio" id="import_text_file" name="import_type" value="text_file" checked="checked" />
<label for="import_text_file"><?php echo __('Import from file') ?></label>
<div id="opts_import_text_file" class="prefsmanage_opts">
<label for="input_import_file"><?php echo __('Location of the text file'); ?></label>
<label for="input_import_file"><?php echo __('Browse your computer:'); ?></label>
<input type="file" name="import_file" id="input_import_file" />
</div>
<input type="radio" id="import_local_storage" name="import_type" value="local_storage" disabled="disabled" />