message was hardcoded

This commit is contained in:
Marc Delisle
2009-09-12 11:17:56 +00:00
parent 39ed47677f
commit 26c2543f37
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ if ($is_superuser) {
$tabs['replication']['icon'] = 's_replication.png';
$tabs['replication']['link'] = 'server_replication.php';
$tabs['replication']['text'] = "Replication";
$tabs['replication']['text'] = $strReplication;
}
if (! empty($binary_logs)) {