]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed an incomplete string for xmldb MDL-15054.
authormits <mits>
Fri, 30 May 2008 05:40:25 +0000 (05:40 +0000)
committermits <mits>
Fri, 30 May 2008 05:40:25 +0000 (05:40 +0000)
lang/en_utf8/xmldb.php

index ea45c24544ceae96b53faca78927ef619787a4df..c853fb0c856607bfe302a9ef969bd84febab6f85 100644 (file)
@@ -64,7 +64,7 @@ $string['expected'] = 'Expected';
 $string['field'] = 'Field';
 $string['fieldnameempty'] = 'Name field empty';
 $string['fields'] = 'Fields';
-$string['fieldsusedinkey'] = '[[incomplete lang string at line ' . __LINE__ . ' in ' . __FILE__ . ']]';
+$string['fieldsusedinkey'] = 'This filed 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';