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:
authorMichal Čihař <michal@cihar.com>2011-12-04 13:28:13 +0400
committerMichal Čihař <michal@cihar.com>2011-12-04 13:28:13 +0400
commit23cbf69f30939e27278482f150f89435d8be07fb (patch)
treec3a8c0cca2aba01ea21950daf3b32423706f26cc /server_status.php
parent1613ed3962e01d0ba2773c8defe4246122edac42 (diff)
There is no "Start monitor" anymore, it is started automatically
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status.php b/server_status.php
index 2a7f11a52a..aced9147a6 100644
--- a/server_status.php
+++ b/server_status.php
@@ -1610,7 +1610,7 @@ function printMonitor()
echo '<strong>';
echo __('Using the monitor:');
echo '</strong><p>';
- echo __('Ok, you are good to go! Once you click \'Start monitor\' your browser will refresh all displayed charts in a regular interval. You may add charts and change the refresh rate under \'Settings\', or remove any chart using the cog icon on each respective chart.');
+ echo __('Your browser will refresh all displayed charts in a regular interval. You may add charts and change the refresh rate under \'Settings\', or remove any chart using the cog icon on each respective chart.');
echo '</p><p>';
echo __('To display queries from the logs, select the relevant time span on any chart by holding down the left mouse button and panning over the chart. Once confirmed, this will load a table of grouped queries, there you may click on any occuring SELECT statements to further analyze them.');
echo '</p>';