configured title so al link appears in help index

This commit is contained in:
Bart Jol 2009-10-27 16:17:34 +01:00 committed by Graham Knop
parent 151deaf143
commit ba52c38ea3
2 changed files with 7 additions and 1 deletions

View file

@ -5,8 +5,9 @@ use strict;
our $HELP = {
'template variables' => {
title => 'PickLanguage macro',
title => 'picklanguage title',
body => '',
fields =>[],
'variables' => [
{
name => "lang_loop",

View file

@ -3,6 +3,11 @@ package WebGUI::i18n::English::Macro_PickLanguage; ##Be sure to change the pack
use strict; ##Required for all good Perl::Critic compliant code
our $I18N = { ##hashref of hashes
'picklanguage title' => {
message => q|PickLanguage macro template variables|,
lastUpdated => 1131394070,
context => q|Title of the help object|
},
'lang_loop' => { ##key that will be used to reference this entry. Do not translate this.
message => q|A loop that contains all installed languages|,
lastUpdated => 1131394070, #seconds from the epoch