From 63eabc01f1a52d7b34d44c57862a46084951cb7a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 10 Nov 2010 15:50:48 -0800 Subject: [PATCH] Fix label and hoverhelp issues in the Survey::Test module. --- lib/WebGUI/Asset/Wobject/Survey/Test.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey/Test.pm b/lib/WebGUI/Asset/Wobject/Survey/Test.pm index 6694912f5..f2d4fe5f2 100644 --- a/lib/WebGUI/Asset/Wobject/Survey/Test.pm +++ b/lib/WebGUI/Asset/Wobject/Survey/Test.pm @@ -18,14 +18,14 @@ property assetId => ( ); property name => ( fieldType => 'text', - label => [ 'test name', 'Asset_Survey' , ''], - hoverHelp => [ 'test name help', 'Asset_Survey' , ''], + label => [ 'test name', 'Asset_Survey' ], + hoverHelp => [ 'test name help', 'Asset_Survey' ], default => '', ); property test => ( fieldType => 'codearea', - label => [ 'test spec', 'Asset_Survey' , ''], - hoverHelp => [ 'test spec help', 'Asset_Survey' , ''], + label => [ 'test spec', 'Asset_Survey' ], + hoverHelp => [ 'test spec help', 'Asset_Survey' ], syntax => 'js', default => <