Fix i18n survey typo, questions displayed.

This commit is contained in:
Colin Kuskie 2009-07-31 16:12:10 +00:00
parent b71bc8edd4
commit 2ad6f3c8ab
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,7 @@
- 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 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 #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 - fixed #10717: i18n Asset_Survey::recordedAnswer and Asset_Survey::recorded answer description
- fixed #10716: i18n Asset_Survey::questions on section page descriptio
7.7.16 7.7.16
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks - fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks

View file

@ -125,9 +125,9 @@ our $I18N = {
lastUpdated => 1224686319 lastUpdated => 1224686319
}, },
'questions on section page description' => { 'questions on section page description' => {
message => q|Are question displayed on the initial page of this section or on the next page.|, message => q|Whether questions are displayed on the initial page of this section or on the next page.|,
context => q|Description of the 'questions on section page' field, used as hoverhelp in the edit section dialog.|, context => q|Description of the 'questions on section page' field, used as hoverhelp in the edit section dialog.|,
lastUpdated => 0 lastUpdated => 1249057316
}, },
'section name' => { 'section name' => {