From 2813c04ba995d7ede2275b798c870135d1022bb3 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 30 Aug 2006 17:14:57 +0000 Subject: [PATCH] One new error string added. --- lang/en_utf8/xmldb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index 575fd19486ae3..75d18282e328e 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -40,6 +40,7 @@ $string['field'] = 'Field'; $string['fieldnameempty'] = 'Name field empty'; $string['fields'] = 'Fields'; +$string['filenotwriteable'] = 'File not writeable'; $string['floatincorrectdecimals'] = 'Incorrect number of decimals for float field'; $string['floatincorrectlength'] = 'Incorrect length for float field'; $string['gotolastused'] = ' Go to last used file';