-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.2, 2.7, 3.4.3, 3.5
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-46344-master -
- Purge caches.
- In your page, enable Site administration → Development → Debugging → Show page information.
- Load a page.
- Cross-check the footer says "This page is: …".
I just noticed that in lib/outputrenderers.php the standard_footer_html uses the hard coded words ... This page is: rather than...
get_string('thispageis', 'admin');
|
in this section...
if (!empty($CFG->debugpageinfo)) {
|
$output .= '<div class="performanceinfo pageinfo">This page is: ' . $this->page->debug_summary() . '</div>';
|
}
|
I know this is debugging which may not necessitate translations. Even so I thought I would flag this just the same.
- is duplicated by
-
MDL-46347 Patch for MDL-46344
-
- Closed
-