Fix label and hoverhelp issues in the Survey::Test module.

This commit is contained in:
Colin Kuskie 2010-11-10 15:50:48 -08:00
parent 8ead662a39
commit 63eabc01f1

View file

@ -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 => <<END_SPEC,
[