Fix i18n survey typo, questions displayed.
This commit is contained in:
parent
b71bc8edd4
commit
2ad6f3c8ab
2 changed files with 3 additions and 2 deletions
|
|
@ -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 #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 #10716: i18n Asset_Survey::questions on section page descriptio
|
||||
|
||||
7.7.16
|
||||
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks
|
||||
|
|
|
|||
|
|
@ -125,9 +125,9 @@ our $I18N = {
|
|||
lastUpdated => 1224686319
|
||||
},
|
||||
'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.|,
|
||||
lastUpdated => 0
|
||||
lastUpdated => 1249057316
|
||||
},
|
||||
|
||||
'section name' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue