[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-1147-ga1ad4b2

Marc Delisle lem9 at users.sourceforge.net
Mon Dec 27 13:14:22 CET 2010


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


- Log -----------------------------------------------------------------
commit a1ad4b295ce15d715ccb349024a6b32555aac636
Author: Marc Delisle <marc at infomarc.info>
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




More information about the Git mailing list