summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-14 16:54:30 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-14 16:54:30 -0700
commitf0e7ae56c09a407870d8fd5671609995eca63917 (patch)
treefe2e1a55eb1f768d1b1d25dcc8033c20446808d3
parent6045bb8ea25b77d99bdff8d741c99034f86b19c0 (diff)
Changed terms of service to terms of use
-rw-r--r--htdocs/new-post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/new-post.php b/htdocs/new-post.php
index 439d7f2..1bcdc89 100644
--- a/htdocs/new-post.php
+++ b/htdocs/new-post.php
@@ -114,7 +114,7 @@ function handle_tos() {
echo "<p><label><input type=\"checkbox\" name=\"tos\" value=\"1\" />"
." I agree to the <a href=\"". buildUrl('page/tou.html')
- ."\">terms of service</a>.</label></p>";
+ ."\">terms of use</a>.</label></p>";
form_end();
}