From 8b6e179bd9c978f62acdd3017fc48efeba351e24 Mon Sep 17 00:00:00 2001 From: lorilee Date: Thu, 8 Jul 2010 13:50:46 -0700 Subject: [PATCH] Changed the Import form's 'Browse the server' label to 'Browse your computer' --- libraries/common.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 8992d70e9..f8e8e85d8 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2858,11 +2858,11 @@ function PMA_js($code, $print=true) } /** - * Display the form used to browse anywhere on the server for the file to import + * Display the form used to browse anywhere on the local server for the file to import */ function PMA_browseUploadFile($max_upload_size) { $uid = uniqid(""); - echo ''; + echo ''; echo ''; echo ''; echo '';