mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Fixed an incomplete string for xmldb MDL-15054.
This commit is contained in:
parent
36664dff86
commit
24861d41cb
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user