"MDL-15501, typo, sorry"

This commit is contained in:
dongsheng
2008-07-02 05:12:51 +00:00
parent 303fe9f484
commit 74fd9ff9db
+1 -1
View File
@@ -964,7 +964,7 @@ function blocks_print_adminblock(&$page, &$pageblocks) {
$missingblocks = blocks_get_missing($page, $pageblocks);
if (!empty($missingblocks)) {
$strblocks = '<div class="title"><h2>'
$strblocks = '<div class="title"><h2>';
$strblocks .= get_string('blocks');
$strblocks .= '</h2>';
$stradd = get_string('add');