The branch, master has been updated
via 624d0db7032a44d1ed6ffbbebd145164e4f68d6e (commit)
from 0fc4312a8099a83ebd90107217e9b56340a60893 (commit)
- Log -----------------------------------------------------------------
commit 624d0db7032a44d1ed6ffbbebd145164e4f68d6e
Author: Michal Čihař <[email protected]>
Date: Thu Jul 7 15:11:58 2011 +0200
Better translatable title
-----------------------------------------------------------------------
Summary of changes:
libraries/display_tbl.lib.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php
index 988da42..a120037 100644
--- a/libraries/display_tbl.lib.php
+++ b/libraries/display_tbl.lib.php
@@ -449,9 +449,9 @@ function PMA_displayTableNavigation($pos_next, $pos_prev,
$sql_query, $id_for_di
unset($choices);
}
- echo __('Headers every') . ': ' . "\n";
- echo '<input type="text" size="3" name="repeat_cells" value="' .
$_SESSION['tmp_user_values']['repeat_cells'] . '" class="textfield" />' . "\n";
- echo __('rows'). "\n";
+ printf(__('Headers every %s rows'),
+ '<input type="text" size="3" name="repeat_cells" value="' .
$_SESSION['tmp_user_values']['repeat_cells'] . '" class="textfield" />');
+ echo "\n";
?>
</form>
</td>
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git