]> git.mjollnir.org Git - moodle.git/commitdiff
More tidying up
authorikawhero <ikawhero>
Fri, 10 Mar 2006 09:16:11 +0000 (09:16 +0000)
committerikawhero <ikawhero>
Fri, 10 Mar 2006 09:16:11 +0000 (09:16 +0000)
lib/weblib.php

index d453652aee12765894b722c31f41d02961d2c2cd..efa9d907f9b373b477d03a5e2ae523620987045a 100644 (file)
@@ -3965,8 +3965,9 @@ function helpbutton ($page, $title='', $module='moodle', $image=true, $linktext=
 
     $linkobject = '<span class="helplink">';
 
-    //Accessibility: prefix the alt text/title with 'Help with', strip distracting dots '...'
-    $tooltip = get_string('helpprefix', '', trim($title,' \t.'));
+    //Accessibility: prefix the alt text/title with 'Help:'
+    $tooltip = get_string('helpprefix', '', trim($title));
+    
     if ($image) {
         if ($imagetext == '') {
             $imagetext = '<img alt="'.$tooltip.'" src="'.