The branch, master has been updated
       via  3e3f5f64fb36bba7e924374f1a386d96ba7e67f5 (commit)
      from  e6a6883798b76581f76e2d8bff57fd4fdec6c944 (commit)


- Log -----------------------------------------------------------------
commit 3e3f5f64fb36bba7e924374f1a386d96ba7e67f5
Author: Marc Delisle <[email protected]>
Date:   Wed Feb 16 12:40:02 2011 -0500

    Link is too near the rest of the text

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

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

diff --git a/querywindow.php b/querywindow.php
index 86af6c0..0b92ad8 100644
--- a/querywindow.php
+++ b/querywindow.php
@@ -115,10 +115,10 @@ if ($GLOBALS['cfg']['PropertiesIconic']) {
         . '" />';
 
     if ('both' === $GLOBALS['cfg']['PropertiesIconic']) {
-        $titles['Change'] .= __('Change');
+        $titles['Change'] .= __('Change') . ' ';
     }
 } else {
-    $titles['Change'] = __('Change');
+    $titles['Change'] = __('Change') . ' ';
 }
 
 $url_query = PMA_generate_common_url($db, $table);


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to