changed help, abc to help with abc

This commit is contained in:
toyomoyo 2006-11-30 05:55:14 +00:00
parent d04f52349f
commit 26c65d5f44
2 changed files with 4 additions and 2 deletions

View File

@ -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';

View File

@ -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 {