mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
changed help, abc to help with abc
This commit is contained in:
parent
d04f52349f
commit
26c65d5f44
@ -664,11 +664,13 @@ $string['helphtml'] = 'How to write html';
|
||||
$string['helpindex'] = 'Index of all help files';
|
||||
$string['helppicture'] = 'How to upload a picture';
|
||||
$string['helpprefix'] = 'Help, $a';
|
||||
$string['helpprefix2'] = 'Help with $a';
|
||||
$string['helpquestions'] = 'Ask good questions';
|
||||
$string['helpreading'] = 'Read carefully';
|
||||
$string['helprichtext'] = 'About the HTML editor';
|
||||
$string['helpsummaries'] = 'About these summaries';
|
||||
$string['helptext'] = 'How to write text';
|
||||
$string['helpwiththis'] = 'Help with this';
|
||||
$string['helpwiki'] = 'How to write Wiki-like text';
|
||||
$string['helpwriting'] = 'Write carefully';
|
||||
$string['hiddenassign'] = 'Hidden assignment';
|
||||
|
@ -4558,7 +4558,7 @@ function helpbutton ($page, $title='', $module='moodle', $image=true, $linktext=
|
||||
|
||||
//Accessibility: prefix the alt text/title with 'Help with', strip distracting dots '...'
|
||||
// PLEASE DO NOT CHANGE. ('...' is VERY distracting for non-visual users)
|
||||
$tooltip = get_string('helpprefix', '', trim($title, ". \t"));
|
||||
$tooltip = get_string('helpprefix2', '', trim($title, ". \t"));
|
||||
|
||||
$linkobject = '';
|
||||
|
||||
@ -4571,7 +4571,7 @@ function helpbutton ($page, $title='', $module='moodle', $image=true, $linktext=
|
||||
$linkobject .= $imagetext;
|
||||
} else {
|
||||
$linkobject .= '<img alt="'.$tooltip.'" src="'.
|
||||
$CFG->pixpath .'/help.gif" />';
|
||||
$CFG->pixpath .'/help.gif" />';
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user