]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19305 renaming string because I'm going to need both
authorstronk7 <stronk7>
Thu, 28 May 2009 21:57:56 +0000 (21:57 +0000)
committerstronk7 <stronk7>
Thu, 28 May 2009 21:57:56 +0000 (21:57 +0000)
admin/xmldb/actions/main_view/main_view.class.php
lang/en_utf8/xmldb.php

index bea4661a7296b59e7d05f74eca0a5a9349525dee..e9961b07e71eb2745d8f1b2dae9e976b3047668e 100644 (file)
@@ -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 .= '<tr class="r' . $row . '"><td class="error cell" colspan="10">';
                     }
-                    $o .= $this->str['pendingchangescannotbesaved'];
+                    $o .= $this->str['pendingchangescannotbesavedreload'];
                     $o .= '</td></tr>';
                 }
             }
index 4efc68f7e99762221532e5effda772d32aa89574..c05e6c5a422966184253a0c15d719f1b37a7c02a 100644 (file)
@@ -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';