Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-09-18 14:13:22 +0400
committerMarc Delisle <marc@infomarc.info>2011-09-18 14:13:22 +0400
commit4441512052218809a83dc5d9e790672feda5b0db (patch)
tree32018a8a774109096b658a61f73c22f569273ecd /prefs_manage.php
parentef43e2fce8ff8aa5aaf455fd03fb27531ce60ccb (diff)
Use newest message
Diffstat (limited to 'prefs_manage.php')
-rw-r--r--prefs_manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs_manage.php b/prefs_manage.php
index 000cce479f..7c5d3f8662 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" />