Document the Cart template variable, message. Fixes bug #11658

This commit is contained in:
Colin Kuskie 2010-06-21 08:55:30 -07:00
parent 178e6f7729
commit f4a42593f7
3 changed files with 12 additions and 0 deletions

View file

@ -128,6 +128,11 @@ our $HELP = {
},
],
},
{
name => "message",
description => "message help",
required => 1,
},
{
name => "error",
description => "error help",

View file

@ -189,6 +189,12 @@ our $I18N = {
context => q|a help description|,
},
'message help' => {
message => q|If the cart is empty, this internationalized message should be displayed to the user.|,
lastUpdated => 0,
context => q|a help description|,
},
'formHeader help' => {
message => q|The top of the form.|,
lastUpdated => 0,