From dbc44da5ac055fbec05a19d5cc03663228e7664f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 8 Aug 2003 00:54:25 +0000 Subject: [PATCH] Fixed a wording issue (replaced "post" with "thread"). svn path=/trunk/boinc/; revision=2024 --- html/forum/thread.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/forum/thread.php b/html/forum/thread.php index 841f2474a9..3d95156fc0 100644 --- a/html/forum/thread.php +++ b/html/forum/thread.php @@ -56,7 +56,7 @@ if ($logged_in_user) { if ($forum->is_helpdesk) { $link = $link . "&helpdesk=1#input>Answer this question"; } else { - $link = $link . "#input>Reply to this post"; + $link = $link . "#input>Reply to this thread"; } echo $link, "
"; ?> @@ -114,7 +114,7 @@ if ($is_subscribed) { if ($forum->is_helpdesk) { $link = $link . "&helpdesk=1#input>Answer this question"; } else { - $link = $link . "#input>Reply to this post"; + $link = $link . "#input>Reply to this thread"; } echo $link, "
"; ?>