[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-2489-ga0011c5

Marc Delisle lem9 at users.sourceforge.net
Tue May 4 00:23:17 CEST 2010


The branch, master has been updated
       via  a0011c545b8656edccfabf84eb734c1abaafefd6 (commit)
       via  7183db03eaf78b65d8c439d7ed9e154dcf410083 (commit)
      from  b8db7a63eb9a97d9f35e63f2fdf1e9737d9e7a87 (commit)


- Log -----------------------------------------------------------------
commit a0011c545b8656edccfabf84eb734c1abaafefd6
Merge: 7183db03eaf78b65d8c439d7ed9e154dcf410083 b8db7a63eb9a97d9f35e63f2fdf1e9737d9e7a87
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon May 3 18:22:52 2010 -0400

    Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin

commit 7183db03eaf78b65d8c439d7ed9e154dcf410083
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon May 3 18:22:30 2010 -0400

    other gettext change

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

Summary of changes:
 pmd_general.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pmd_general.php b/pmd_general.php
index 496dafe..5a4e9d9 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -138,7 +138,7 @@ for ($i = 0; $i < $name_cnt; $i++) {
                 src="pmd/images/exec.png" alt="" /></td>
         <td width="1px">
             <input onclick="VisibleTab(this,'<?php echo $GLOBALS['PMD_URL']["TABLE_NAME"][$i]; ?>')"
-                title="<?php echo $strHide ?>"
+                title="<?php echo __('Hide'); ?>"
                 id="check_vis_<?php echo $GLOBALS['PMD_URL']["TABLE_NAME"][$i]; ?>"
                 style="margin:0px;" type="checkbox"
                 value="<?php echo $GLOBALS['PMD_URL']["TABLE_NAME"][$i]; ?>"


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list