mirror of https://github.com/BOINC/boinc.git
Fixed a wording issue (replaced "post" with "thread").
svn path=/trunk/boinc/; revision=2024
This commit is contained in:
parent
08b03643f4
commit
dbc44da5ac
|
@ -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>";
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue