From: moodler Date: Sun, 16 Feb 2003 09:22:52 +0000 (+0000) Subject: Remove English word 'ago' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2a231ed650249734be2a4f294972f2367ec24689;p=moodle.git Remove English word 'ago' --- diff --git a/course/user.php b/course/user.php index 62b5db3aed..214c97e1ab 100644 --- a/course/user.php +++ b/course/user.php @@ -178,7 +178,7 @@ function print_outline_row($mod, $instance, $result) { echo "   "; if (isset($result->time)) { $timeago = format_time(time() - $result->time); - echo "".userdate($result->time)." ($timeago ago)"; + echo "".userdate($result->time)." ($timeago)"; } echo ""; }