[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_0, updated. RELEASE_3_4_0ALPHA2-29-gb6fcdb3

The branch, MAINT_3_4_0 has been updated via b6fcdb32f890889c858f45eeba09d2104ab15261 (commit) from b74af02589cb7e5fc41f94a58bfc733b68e7cfe3 (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
participants (1)
-
Marc Delisle