diff --git a/comment/lib.php b/comment/lib.php index bce9443d8f9..855f652c5b1 100644 --- a/comment/lib.php +++ b/comment/lib.php @@ -526,7 +526,7 @@ class comment { $c->content = $u->ccontent; $c->format = $u->cformat; $c->timecreated = $u->ctimecreated; - $c->strftimeformat = get_string('strftimerecent', 'langconfig'); + $c->strftimeformat = get_string('strftimerecentfull', 'langconfig'); $url = new moodle_url('/user/view.php', array('id'=>$u->id, 'course'=>$this->courseid)); $c->profileurl = $url->out(false); // URL should not be escaped just yet. $c->fullname = fullname($u);