Fixed an incomplete string for xmldb MDL-15054.

This commit is contained in:
mits 2008-05-30 05:40:25 +00:00
parent 36664dff86
commit 24861d41cb

View 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';