From: moodler Date: Wed, 5 Apr 2006 01:40:24 +0000 (+0000) Subject: Fixed a string name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=53dc0dfb6aa0600897640242ed02777139ae1a4f;p=moodle.git Fixed a string name --- diff --git a/mod/data/lib.php b/mod/data/lib.php index a6278627a8..d7c6c1f353 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -877,7 +877,7 @@ function data_print_template($template, $records, $data, $search='',$page=0, $re $patterns[]='/\#\#Comments\#\#/i'; if (($template == 'listtemplate') && ($data->comments)) { $comments = count_records('data_comments','recordid',$record->id); - $replacement[] = ''.get_string('comments','data', $comments).''; + $replacement[] = ''.get_string('commentsn','data', $comments).''; } else { $replacement[] = ''; }