[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-7367-g624d0db

Michal Čihař nijel at users.sourceforge.net
Thu Jul 7 15:11:00 CEST 2011


The branch, master has been updated
       via  624d0db7032a44d1ed6ffbbebd145164e4f68d6e (commit)
      from  0fc4312a8099a83ebd90107217e9b56340a60893 (commit)


- Log -----------------------------------------------------------------
commit 624d0db7032a44d1ed6ffbbebd145164e4f68d6e
Author: Michal Čihař <mcihar at suse.cz>
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




More information about the Git mailing list