Change the i18n label for Help, to be Template Help since that's what it is.
This commit is contained in:
parent
271c33c63d
commit
957eaa44c0
3 changed files with 6 additions and 5 deletions
|
|
@ -407,7 +407,7 @@ sub www_viewHelpIndex {
|
|||
}
|
||||
$output .= '</td></tr></table>';
|
||||
my $ac = WebGUI::AdminConsole->new($session,"help");
|
||||
return $ac->render($i18n->get("external help", "WebGUI").$output, join ': ',$i18n->get(93), $i18n->get('help index'));
|
||||
return $ac->render($i18n->get("external help", "WebGUI").$output, $i18n->get('help index'));
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue