mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 00:50:15 +01:00
MDL-56345 assignfeedback_editpdf: Use correct strings for tool alt text
This commit is contained in:
parent
d9520bc04e
commit
c156b7b76d
@ -76,7 +76,7 @@ class assignfeedback_editpdf_renderer extends plugin_renderer_base {
|
||||
|
||||
// Build button alt text.
|
||||
$alttext = new stdClass();
|
||||
$alttext->tool = $tool;
|
||||
$alttext->tool = get_string($tool, 'assignfeedback_editpdf');
|
||||
if (!empty($accesskey)) {
|
||||
$alttext->shortcut = '(Alt/Shift-Alt/Ctrl-Option + ' . $accesskey . ')';
|
||||
} else {
|
||||
|
@ -42,6 +42,7 @@ $string['deletecomment'] = 'Delete comment';
|
||||
$string['deletefeedback'] = 'Delete feedback PDF';
|
||||
$string['downloadablefilename'] = 'feedback.pdf';
|
||||
$string['downloadfeedback'] = 'Download feedback PDF';
|
||||
$string['drag'] = 'Drag';
|
||||
$string['errorgenerateimage'] = 'Error generating image with ghostscript, debugging info: {$a}';
|
||||
$string['editpdf'] = 'Annotate PDF';
|
||||
$string['editpdf_help'] = 'Annotate students submissions directly in the browser and produce an edited downloadable PDF.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user