diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 276c5e035..c1ec2be1e 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -758,7 +758,7 @@ $strRepair = 'Repair'; $strRepairTable = 'Repair table'; $strReplaceNULLBy = 'Replace NULL by'; $strReplaceTable = 'Replace table data with file'; -$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; +$strReplicationAddLines = 'Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards.'; $strReplicationAddSlaveUser = 'Add slave replication user'; $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.';