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, "
"; ?>