summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2008-04-30 13:36:54 +0000
committerMichael Meeks <michael.meeks@novell.com>2008-04-30 13:36:54 +0000
commit14cc0a0cb6a2ede3bcc044498f30b61a99930bda (patch)
tree82d9148fc5f6cb06721c60b90ca973a51c8ff7bf /index.php
parent7099803b525f90193e31af6423855bcb321ed07b (diff)
Fix a bunch of OpenOffice.org's -> Go-OO!s ...
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index be3eb3e..4a9bd4f 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@ require("template.php");
$content = <<<EOT
<div id="download">
- <a href="/download/">Download OpenOffice.org</a>
+ <a href="/download/">Download</a>
</div>
<h3>Better interoperability</h3>
<p>
@@ -87,7 +87,7 @@ $content = <<<EOT
EOT;
print_page("Go-OO!", array("summary"),
- "Your OpenOffice.org",
+ "Your Office Suite",
$content);
?>