$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';
//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 = '';
$linkobject .= $imagetext;
} else {
$linkobject .= '<img alt="'.$tooltip.'" src="'.
- $CFG->pixpath .'/help.gif" />';
+ $CFG->pixpath .'/help.gif" />';
}
} else {