The branch, master has been updated
       via  a1ad4b295ce15d715ccb349024a6b32555aac636 (commit)
      from  431ba021459390277728b1dbb68aae0aa2bdd7cb (commit)


- Log -----------------------------------------------------------------
commit a1ad4b295ce15d715ccb349024a6b32555aac636
Author: Marc Delisle <[email protected]>
Date:   Mon Dec 27 07:14:10 2010 -0500

    Message was not under gettext

-----------------------------------------------------------------------

Summary of changes:
 libraries/common.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 6bfb7c7..c078085 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2980,7 +2980,7 @@ function PMA_selectUploadFile($import_list, $uploaddir) {
         echo $files;
         echo '    </select>' . "\n";
     } elseif (empty ($files)) {
-        echo '<i>There are no files to upload</i>';
+        echo '<i>' . __('There are no files to upload') . '</i>';
     }
 }
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to