diff --git a/lib/WebGUI/Help/Macro_PickLanguage.pm b/lib/WebGUI/Help/Macro_PickLanguage.pm index 5ca6b601f..f5bb02f61 100644 --- a/lib/WebGUI/Help/Macro_PickLanguage.pm +++ b/lib/WebGUI/Help/Macro_PickLanguage.pm @@ -5,8 +5,9 @@ use strict; our $HELP = { 'template variables' => { - title => 'PickLanguage macro', + title => 'picklanguage title', body => '', + fields =>[], 'variables' => [ { name => "lang_loop", diff --git a/lib/WebGUI/i18n/English/Macro_PickLanguage.pm b/lib/WebGUI/i18n/English/Macro_PickLanguage.pm index 867148bc2..a4f1cc78c 100644 --- a/lib/WebGUI/i18n/English/Macro_PickLanguage.pm +++ b/lib/WebGUI/i18n/English/Macro_PickLanguage.pm @@ -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