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ř <mcihar@suse.cz>2013-05-24 12:58:19 +0400
committerMichal Čihař <mcihar@suse.cz>2013-05-24 12:58:19 +0400
commitef6cf5a2276dcbf0e3da42ad551dd6a709c7545f (patch)
tree53e71a892fa0d17c243c8248d67d6c6a1dcb1cfa /server_replication.php
parent6c69a9f31d9a1ed7f5d32cd352840581ecda628d (diff)
End sentence with stop
Diffstat (limited to 'server_replication.php')
-rw-r--r--server_replication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_replication.php b/server_replication.php
index ab18c22255..55d251dd5e 100644
--- a/server_replication.php
+++ b/server_replication.php
@@ -216,7 +216,7 @@ if (isset($GLOBALS['mr_configure'])) {
echo '<br /><br />';
echo __('Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards.') . '<br />';
echo '<pre id="rep"></pre>';
- echo __('Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master');
+ echo __('Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master.');
echo '</fieldset>';
echo '<fieldset class="tblFooters">';
echo ' <form method="post" action="server_replication.php" >';