From: mits Date: Fri, 30 May 2008 05:42:19 +0000 (+0000) Subject: Fixed typo MDL-15054, sorry. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aecb02e5e2ecfdfe9e965b30ee2439eb3106bc38;p=moodle.git Fixed typo MDL-15054, sorry. --- diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index c853fb0c85..9c25b65d58 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -64,7 +64,7 @@ $string['expected'] = 'Expected'; $string['field'] = 'Field'; $string['fieldnameempty'] = 'Name field empty'; $string['fields'] = 'Fields'; -$string['fieldsusedinkey'] = 'This filed is used as key.'; +$string['fieldsusedinkey'] = 'This field is used as key.'; $string['filenotwriteable'] = 'File not writeable'; $string['floatincorrectdecimals'] = 'Incorrect number of decimals for float field'; $string['floatincorrectlength'] = 'Incorrect length for float field';