From 24861d41cb2e6b17e951e6471487d036fa355e5f Mon Sep 17 00:00:00 2001 From: mits Date: Fri, 30 May 2008 05:40:25 +0000 Subject: [PATCH] Fixed an incomplete string for xmldb MDL-15054. --- lang/en_utf8/xmldb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index ea45c24544..c853fb0c85 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'] = '[[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'; -- 2.39.5