From 07d2c38dbca7662ef8daf5968c1d4db2b6b787c7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 20 Jun 2011 11:45:29 -0500 Subject: [PATCH] Monday morning. Typo correction to 8a6ba94..c646f01 --- lib/WebGUI/Help/Asset_Thingy.pm | 2 +- lib/WebGUI/i18n/English/Asset_Thingy.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/Asset_Thingy.pm b/lib/WebGUI/Help/Asset_Thingy.pm index 43108397d..100fce9d8 100644 --- a/lib/WebGUI/Help/Asset_Thingy.pm +++ b/lib/WebGUI/Help/Asset_Thingy.pm @@ -155,7 +155,7 @@ our $HELP = { { 'name' => 'variables by label', }, - { 'name' => 'caller assetId' }, + { 'name' => 'callerAssetId' }, ], related => [ { tag => 'edit thing template', diff --git a/lib/WebGUI/i18n/English/Asset_Thingy.pm b/lib/WebGUI/i18n/English/Asset_Thingy.pm index d513f3f23..a60fc6bd4 100644 --- a/lib/WebGUI/i18n/English/Asset_Thingy.pm +++ b/lib/WebGUI/i18n/English/Asset_Thingy.pm @@ -1162,7 +1162,7 @@ below/after the form element.|, context => q|Hoverhelp for edit field screen|, }, - 'caller assetId' => { + 'callerAssetId' => { message => q|When passed into the www_viewThingData, provides the assetId of the caller asset. Used by RenderThingMacro. See POD.|, lastUpdated => 0, context => q|Template variable help for www_viewThingData|,