diff options
Diffstat (limited to 'web/include/thebrain.php')
-rw-r--r-- | web/include/thebrain.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 7c19b68..791900b 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -17,7 +17,7 @@ header("Content-type: $content_type; charset=UTF-8"); $navlist = array( "home" => "Home", - "instruc" => "Instructions", + "help" => "Help", "status" => "Status" ); |