Fix some more surve JS i18n.
This commit is contained in:
parent
0a005834b8
commit
16a2e4e398
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ Survey.Data = (function(){
|
|||
YAHOO.util.Dom.setStyle('addAnswer', 'display', 'inline');
|
||||
if (!aButton) {
|
||||
aButton = new YAHOO.widget.Button({
|
||||
label: Survey.i18n.get('Asset_Survey',"Add Answer"),
|
||||
label: Survey.i18n.get('Asset_Survey',"add answer"),
|
||||
id: "addAnswer",
|
||||
container: "addAnswer"
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue