Fix typo in I18N name - closes #790
This commit is contained in:
parent
cce480ff38
commit
3f5b117d07
@ -230,7 +230,7 @@ ListFacet.prototype._copyChoices = function() {
|
||||
body.html('<textarea wrap="off" bind="textarea" style="display: block; width: 100%; height: 400px;" />');
|
||||
var elmts = DOM.bind(body);
|
||||
|
||||
$('<button class="button"></button>').text($.i18n._('core-button')["close"]).click(function() {
|
||||
$('<button class="button"></button>').text($.i18n._('core-buttons')["close"]).click(function() {
|
||||
DialogSystem.dismissUntil(level - 1);
|
||||
}).appendTo(footer);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user