diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 01:03:32 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-05 01:03:32 +0000 |
commit | 1fa110cf268a6d3712ca57e77177caec6756772a (patch) | |
tree | 28dea17f1392c73b27ca40c59b058a1b54d10dca /web/include/thebrain.php | |
parent | 02d93b2a32a35dff28e85974144088a45773567d (diff) | |
download | ioquake3-aero-1fa110cf268a6d3712ca57e77177caec6756772a.tar.gz ioquake3-aero-1fa110cf268a6d3712ca57e77177caec6756772a.zip |
Rename instructions page and mention SDL for Windows
git-svn-id: svn://svn.icculus.org/quake3/trunk@276 edf5b092-35ff-0310-97b2-ce42778d08ea
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" ); |