mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Language fixes, added english strings etc
This commit is contained in:
parent
42389890d5
commit
cf38360f58
10 changed files with 83 additions and 42 deletions
|
@ -127,7 +127,7 @@ function forum_make_mail_post(&$post, $user, $touser, $course,
|
|||
if ($ownpost) {
|
||||
$output .= "<A HREF=\"$CFG->wwwroot/mod/forum/post.php?delete=$post->id\">".get_string("delete", "forum")."</A>";
|
||||
if ($reply) {
|
||||
$output .= "| <A HREF=\"$CFG->wwwroot/mod/forum/post.php?reply=$post->id\">".get_string("reply", "forum")."</A>";
|
||||
$output .= " | <A HREF=\"$CFG->wwwroot/mod/forum/post.php?reply=$post->id\">".get_string("reply", "forum")."</A>";
|
||||
}
|
||||
$output .= " ";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue