diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index 0beb6703b..b6aad75ab 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -63,10 +63,9 @@ if ($show_dbg_info) { $stat .= '  ]'; $stat .= ' - - +   '; - $stat .= !empty($_COOKIE['sql_log']) ? '[ wrap · max · ]' : ''; + $stat .= !empty($_COOKIE['sql_log']) ? ' [ wrap · max ·  ]' : ''; echo '
' . $stat . '
'; } diff --git a/library/language/source/main.php b/library/language/source/main.php index 1c87f8312..6b2c99062 100644 --- a/library/language/source/main.php +++ b/library/language/source/main.php @@ -1481,6 +1481,9 @@ $lang['OFF'] = 'off'; $lang['MEMORY'] = 'Mem: '; $lang['QUERIES'] = 'queries'; $lang['LIMIT'] = 'Limit:'; +$lang['SHOW_LOG'] = 'Show log'; +$lang['EXPLAINED_LOG'] = 'Explained log'; +$lang['CUT_LOG'] = 'Cut long queries'; // Attach Guest $lang['DOWNLOAD_INFO'] = 'Download free and at maximum speed!';