The branch, master has been updated via 4441512052218809a83dc5d9e790672feda5b0db (commit) from ef43e2fce8ff8aa5aaf455fd03fb27531ce60ccb (commit)
- Log ----------------------------------------------------------------- commit 4441512052218809a83dc5d9e790672feda5b0db Author: Marc Delisle marc@infomarc.info Date: Sun Sep 18 06:13:22 2011 -0400
Use newest message
-----------------------------------------------------------------------
Summary of changes: libraries/sql_query_form.lib.php | 2 +- prefs_manage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php index 78502c1..3bdcf50 100644 --- a/libraries/sql_query_form.lib.php +++ b/libraries/sql_query_form.lib.php @@ -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']); diff --git a/prefs_manage.php b/prefs_manage.php index 000cce4..7c5d3f8 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -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" />
hooks/post-receive