The branch, MAINT_3_4_0 has been updated
       via  15e3837850c83875ef9eff4c00aea11a9ead6564 (commit)
      from  a3ae93f7768cbb4eb91a2473cdce0dc4936407f1 (commit)


- Log -----------------------------------------------------------------
commit 15e3837850c83875ef9eff4c00aea11a9ead6564
Author: Herman van Rink <[email protected]>
Date:   Sun Nov 28 14:44:50 2010 +0100

    removed quotes from translated string, messed up in JS. And fixed to 
sprintf.

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

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

diff --git a/db_search.php b/db_search.php
index 10a9a13..3defeb4 100644
--- a/db_search.php
+++ b/db_search.php
@@ -257,7 +257,7 @@ if (isset($_REQUEST['submit_search'])) {
             $this_url_params['sql_query'] = $newsearchsqls['delete'];
             echo '<td>' . PMA_linkOrButton(
                     'sql.php' . PMA_generate_common_url($this_url_params),
-                    __('Delete'), printf(__('Delete the matches for the "%s" 
table?'), htmlspecialchars($each_table))) .  "</td>\n";
+                    __('Delete'), sprintf(__('Delete the matches for the %s 
table?'), htmlspecialchars($each_table))) .  "</td>\n";
 
         } else {
             echo '<td>&nbsp;</td>' . "\n"


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to