aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/include/help.php (renamed from web/include/instruc.php)0
-rw-r--r--web/include/home.php5
-rw-r--r--web/include/thebrain.php2
3 files changed, 4 insertions, 3 deletions
diff --git a/web/include/instruc.php b/web/include/help.php
index fc119ea..fc119ea 100644
--- a/web/include/instruc.php
+++ b/web/include/help.php
diff --git a/web/include/home.php b/web/include/home.php
index 371f756..39f1790 100644
--- a/web/include/home.php
+++ b/web/include/home.php
@@ -31,6 +31,7 @@ build was 1.32) include:</p>
<li>OpenAL support</li>
<li>Binaries for Windows XP and Mac OS X at release. Linux will just get a source
package unless somebody feels inclined to set up a new installer.</li>
- <li>Removal of DirectX for <acronym title="Microsoft Visual C++">MSVC</acronym>
- and <a href="http://mingw.org" title="Minimalist GNU for Windows">MinGW</a> builds.</li>
+ <li>Remove DirectX from <acronym title="Microsoft Visual C++">MSVC</acronym>
+ and <a href="http://mingw.org" title="Minimalist GNU for Windows">MinGW</a> builds,
+ in favor of <a href="http://libsdl.org" title="Simple DirectMedia Layer">SDL</a>.</li>
</ul>
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"
);