From 024b7605e4b80b978299fb26b718fc5badc61e7e Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 28 May 2009 23:27:05 +0000 Subject: [PATCH] MDL-9176 xmldb editor - now it's possible to save from edit file page (always forget strings, grrr) --- lang/en_utf8/xmldb.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index c05e6c5a42..57b4672170 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -116,6 +116,8 @@ $string['nowrongdefaultsfound'] = 'No inconsistent default values have been foun $string['nowrongintsfound'] = 'No wrong integers have been found, your DB doesn\'t need further actions.'; $string['numberincorrectdecimals'] = 'Incorrect number of decimals for number field'; $string['numberincorrectlength'] = 'Incorrect length for number field'; +$string['pendingchanges'] = 'Note: You have performed changes to this file. They can be saved at any moment.'; +$string['pendingchangescannotbesaved'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the \"install.xml\" within it have write permissions for the web server.'; $string['pendingchangescannotbesavedreload'] = 'There are changes in this file but they cannot be saved! Please verify that both the directory and the \"install.xml\" within it have write permissions for the web server. Then reload this page and you should be able to save those changes.'; $string['reserved'] = 'Reserved'; $string['reservedwords'] = 'Reserved words'; -- 2.39.5