mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-17458 fixed some buttons and upgrade strings
This commit is contained in:
parent
380d71fd1a
commit
1c82b3f2d9
4 changed files with 5 additions and 16 deletions
|
@ -866,7 +866,7 @@ function upgrade_log_start($preinstall=false) {
|
|||
|
||||
} else {
|
||||
if (!CLI_SCRIPT and !defined('HEADER_PRINTED')) {
|
||||
$strupgrade = get_string('upgrade');
|
||||
$strupgrade = get_string('upgradingversion', 'admin');
|
||||
|
||||
print_header($strupgrade, $strupgrade,
|
||||
build_navigation(array(array('name' => $strupgrade, 'link' => null, 'type' => 'misc'))), '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue