mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue