Added 'max responses per user' i18n and hoverhelp

This commit is contained in:
Patrick Donelan 2009-02-11 09:24:39 +00:00
parent 3601dfe89e
commit 25a6fc5e76
2 changed files with 13 additions and 2 deletions

View file

@ -107,7 +107,8 @@ sub definition {
maxResponsesPerUser => {
fieldType => 'integer',
defaultValue => 1,
label => 'Max user reponses',
label => $i18n->get('Max user responses'),
hoverHelp => $i18n->get('Max user responses help'),
},
overviewTemplateId => {
tab => 'display',
@ -185,7 +186,7 @@ sub definition {
}
);
return $class->SUPER::definition( $session, $definition );
} ## end sub definition
}
#-------------------------------------------------------------------

View file

@ -530,6 +530,16 @@ the time limit for completing the survey. This message is in the 'take survey' t
message => q|When the user finishes the surevey, they will be sent to this URL. Leave blank if no special forwarding is required. The gateway setting from the config file will be automatically added to the URL for you.|,
lastUpdated => 1233714385,
},
'Max user responses' => {
message => q|Max user responses|,
lastUpdated => 0,
},
'Max user responses help' => {
message => q|The maximum number of times an individual user is allowed to complete the Survey.|,
lastUpdated => 0,
},
'percentage label' => {
message => q|Percentage|,