'checkbigints' => 'xmldb',
'doc' => 'xmldb',
'viewxml' => 'xmldb',
- 'pendingchangescannotbesaved' => 'xmldb'
+ 'pendingchangescannotbesavedreload' => 'xmldb'
));
}
} else {
$o .= '<tr class="r' . $row . '"><td class="error cell" colspan="10">';
}
- $o .= $this->str['pendingchangescannotbesaved'];
+ $o .= $this->str['pendingchangescannotbesavedreload'];
$o .= '</td></tr>';
}
}
$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';