Fix recorded answer template variable help, which got stomped on somehow.

This commit is contained in:
Colin Kuskie 2009-07-31 16:01:46 +00:00
parent 2c4ebe6333
commit 54c8de12e3
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
- fixed #10713: i18n Asset_StoryArchive::asset url
- fixed a bug where the textarea (based) form plugins would put multiple identical style tags in head in some cases, which caused javascript errors in IE. ( Martin Kamerbeek / Oqapi )
- fixed #10714: i18n Asset_Survey::Grabebook Report Template and Asset_Survey::Grabebook Report Template help
- fixed #10717: i18n Asset_Survey::recordedAnswer and Asset_Survey::recorded answer description
7.7.16
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks

View file

@ -1488,7 +1488,7 @@ section/answer.|,
},
'recordedAnswer' => {
message => q|Determines what gets recorded as the response value if this answer is selected. Allows you to 'recode' recorded responses, e.g. 'Yes' could be recorded as '1' and 'No' as '0'. Relevant only for Multiple Choice questions (other question types record the input actually entered by the user: free text, selected date, etc..).|,
message => q|The answer that gets recorded for this answer in the database. This is relevant only for Multiple Choice questions, where the answer that is recorded may be different from what is what is displayed, e.g. 'Yes' could be recorded as '1' and 'No' as '0'.|,
context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0,
},