[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0ALPHA2-59-g9140435

Marc Delisle lem9 at users.sourceforge.net
Tue Nov 30 18:47:00 CET 2010


The branch, QA_3_4 has been updated
       via  91404354e42c082e16e2341e9cc14e1844cfa9a5 (commit)
       via  b6fcdb32f890889c858f45eeba09d2104ab15261 (commit)
      from  049eac2885fda4e056aeb7ca283c52f5a72cfaae (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

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

diff --git a/navigation.php b/navigation.php
index a45277c..7991283 100644
--- a/navigation.php
+++ b/navigation.php
@@ -289,7 +289,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
     if ($table_count && $GLOBALS['cfg']['LeftDisplayTableFilter']) {
         ?>
         <span id="NavFilter">
-        <input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="filter tables by name" />
+        <input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by name'); ?>" />
         <span id="clear_fast_filter" title="<?php echo __('Clear'); ?>">X</span>
         </span>
         <?php


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list