diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 74d5ca771..3dfd58781 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -21,7 +21,7 @@ use HTML::Packer; use Moose; use WebGUI::Definition::Asset; -define assetName => 'asset'; +define assetName => ['asset', 'Asset']; define tableName => 'assetData'; define icon => 'assets.gif'; property title => ( diff --git a/lib/WebGUI/Asset/Wobject.pm b/lib/WebGUI/Asset/Wobject.pm index bfc7ada3c..1570b9597 100644 --- a/lib/WebGUI/Asset/Wobject.pm +++ b/lib/WebGUI/Asset/Wobject.pm @@ -20,7 +20,7 @@ use WebGUI::Asset; use WebGUI::International; extends 'WebGUI::Asset'; define tableName => 'wobject'; -define assetName => 'Wobject'; +define assetName => ['Wobject', 'Wobject']; property description => ( fieldType => 'HTMLArea', default => undef, diff --git a/lib/WebGUI/i18n/English/Asset_Wobject.pm b/lib/WebGUI/i18n/English/Asset_Wobject.pm index ae7d9b414..0cc13a067 100644 --- a/lib/WebGUI/i18n/English/Asset_Wobject.pm +++ b/lib/WebGUI/i18n/English/Asset_Wobject.pm @@ -117,9 +117,18 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template 'mobileStyleTemplateId label' => { message => 'Mobile Style Template' + lastUpdated => 1268412719, }, + 'mobileStyleTemplateId description' => { message => q|Select a style template from the list to enclose your asset if it is viewed on a mobile browser|, + lastUpdated => 1268412722, + }, + + 'Wobject' => { + message => q|Wobject|, + lastUpdated => 1268412724, + context => q|Name of the prototypical wobject object|, }, };