Skip to content

Commit

Permalink
Fixed an incomplete string for xmldb MDL-15054.
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed May 30, 2008
1 parent 36664df commit 24861d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en_utf8/xmldb.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
$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';
Expand Down

0 comments on commit 24861d4

Please sign in to comment.