Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-02-16 20:40:02 +0300
committerMarc Delisle <marc@infomarc.info>2011-02-16 20:40:02 +0300
commit3e3f5f64fb36bba7e924374f1a386d96ba7e67f5 (patch)
tree0cd4b62bde59d26582eb0ea894dc309efd638ad5 /querywindow.php
parente6a6883798b76581f76e2d8bff57fd4fdec6c944 (diff)
Link is too near the rest of the text
Diffstat (limited to 'querywindow.php')
-rw-r--r--querywindow.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/querywindow.php b/querywindow.php
index 86af6c01b6..0b92ad893b 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);