From: stronk7 Date: Thu, 28 May 2009 21:57:56 +0000 (+0000) Subject: MDL-19305 renaming string because I'm going to need both X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c1b8eeda6847eef49b3c57d6e9c4143564d03d08;p=moodle.git MDL-19305 renaming string because I'm going to need both --- diff --git a/admin/xmldb/actions/main_view/main_view.class.php b/admin/xmldb/actions/main_view/main_view.class.php index bea4661a72..e9961b07e7 100644 --- a/admin/xmldb/actions/main_view/main_view.class.php +++ b/admin/xmldb/actions/main_view/main_view.class.php @@ -59,7 +59,7 @@ class main_view extends XMLDBAction { 'checkbigints' => 'xmldb', 'doc' => 'xmldb', 'viewxml' => 'xmldb', - 'pendingchangescannotbesaved' => 'xmldb' + 'pendingchangescannotbesavedreload' => 'xmldb' )); } @@ -319,7 +319,7 @@ class main_view extends XMLDBAction { } else { $o .= ''; } - $o .= $this->str['pendingchangescannotbesaved']; + $o .= $this->str['pendingchangescannotbesavedreload']; $o .= ''; } } diff --git a/lang/en_utf8/xmldb.php b/lang/en_utf8/xmldb.php index 4efc68f7e9..c05e6c5a42 100644 --- a/lang/en_utf8/xmldb.php +++ b/lang/en_utf8/xmldb.php @@ -116,7 +116,7 @@ $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['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. Then reload this page and you should be able to save those changes.'; +$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'; $string['revert'] = 'Revert';