From: moodler Date: Fri, 7 Apr 2006 07:03:03 +0000 (+0000) Subject: FIxed a string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=98f92a54918fd60077d078551b57c10b4007c49e;p=moodle.git FIxed a string --- diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php index 758c657acd..7c6a35ca36 100644 --- a/lang/en_utf8/data.php +++ b/lang/en_utf8/data.php @@ -106,7 +106,7 @@ $string['nosingletemplate'] = 'Single template is not yet defined'; $string['nomaximum'] = 'No maximum'; $string['numnotapproved'] = 'Pending'; $string['numberrssarticles'] = 'RSS articles'; -$string['numrecords'] = 'Records'; +$string['numrecords'] = '$a records'; $string['noaccess'] = 'You do not have access to this page'; $string['nomatch'] = 'No matching entries found!'; $string['norecords'] = 'No entries in database';