Change the i18n label for Help, to be Template Help since that's what it is.

This commit is contained in:
Colin Kuskie 2009-09-08 08:47:00 -07:00
parent 271c33c63d
commit 957eaa44c0
3 changed files with 6 additions and 5 deletions

View file

@ -23,6 +23,7 @@
- fixed #10922: double tags - fixed #10922: double tags
- fixed #10923: Typo in i18n - fixed #10923: Typo in i18n
- fixed #10925: Wrong message in i18n - fixed #10925: Wrong message in i18n
- relabel Help in the Admin Console to Template Help
7.7.19 7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread - fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -407,7 +407,7 @@ sub www_viewHelpIndex {
} }
$output .= '</td></tr></table>'; $output .= '</td></tr></table>';
my $ac = WebGUI::AdminConsole->new($session,"help"); 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; 1;

View file

@ -3058,9 +3058,9 @@ or are under your current version tag.</p>
}, },
'help' => { 'help' => {
message => q|Help|, message => q|Template Help|,
lastUpdated =>1092930637, lastUpdated =>1092930637,
context => q|Title of the help index for the admin console.| context => q|Title of the help index for the admin console.|
}, },
'content filters' => { 'content filters' => {
@ -3492,8 +3492,8 @@ a user.|,
}, },
'help index' => { 'help index' => {
message => q|Index|, message => q|Help Index|,
lastUpdated => 1128552837 lastUpdated => 1252424721
}, },
'help toc' => { 'help toc' => {