More language fixes

This commit is contained in:
martin 2002-08-12 09:38:31 +00:00
parent 6821bec5d7
commit 3db1919baf
11 changed files with 84 additions and 49 deletions

View file

@ -183,7 +183,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
$numwords = count_words($post->message);
echo "<A HREF=\"$CFG->wwwroot/mod/forum/discuss.php?d=$post->discussion\">";
echo get_string("readtherest", "forum");
echo "</A> (".get_string("numwords", "forum", $numwords).")...";
echo "</A> (".get_string("numwords", "", $numwords).")...";
} else {
// Print whole message
echo text_to_html($post->message);