$module = 'moodle';
}
- $tooltip = get_string('helpprefix2', '', trim($title, ". \t"));
+ // Warn users about new window for Accessibility
+ $tooltip = get_string('helpprefix2', '', trim($title, ". \t")) .' ('.get_string('newwindow').')';
$linkobject = '';
$linkobject .= $tooltip;
}
- $tooltip .= ' ('.get_string('newwindow').')'; // Warn users about new window for Accessibility
-
// fix for MDL-7734
if ($text) {
$url = '/help.php?module='. $module .'&text='. s(urlencode($text).'&forcelang='.$forcelang);