Added HTMLArea and textarea answer types to the Survey Asset
This commit is contained in:
parent
4b93aa1914
commit
6cb66e4fc5
2 changed files with 38 additions and 4 deletions
|
|
@ -1,11 +1,23 @@
|
|||
package WebGUI::i18n::English::Asset_Survey;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'100' => {
|
||||
message => q|Add a HTML Area Answer|,
|
||||
lastUpdated => 1122296097
|
||||
},
|
||||
|
||||
'101' => {
|
||||
message => q|Add a Text Area Answer|,
|
||||
lastUpdated => 1122296097
|
||||
},
|
||||
|
||||
'32' => {
|
||||
message => q|False|,
|
||||
lastUpdated => 1037498832
|
||||
},
|
||||
|
||||
|
||||
'33' => {
|
||||
message => q|Strongly Agree|,
|
||||
lastUpdated => 1037498857
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue