From 3e3f5f64fb36bba7e924374f1a386d96ba7e67f5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 16 Feb 2011 12:40:02 -0500 Subject: [PATCH] Link is too near the rest of the text --- querywindow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/querywindow.php b/querywindow.php index 86af6c01b..0b92ad893 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);