Fixed a wording issue (replaced "post" with "thread").

svn path=/trunk/boinc/; revision=2024
This commit is contained in:
David Anderson 2003-08-08 00:54:25 +00:00
parent 08b03643f4
commit dbc44da5ac
1 changed files with 2 additions and 2 deletions

View File

@ -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, "</a><br>";
?>
@ -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, "</a><br>";
?>