Fix typo in I18N name - closes #790

This commit is contained in:
Tom Morris 2013-09-13 13:46:41 -04:00
parent cce480ff38
commit 3f5b117d07

View File

@ -230,7 +230,7 @@ ListFacet.prototype._copyChoices = function() {
body.html('<textarea wrap="off" bind="textarea" style="display: block; width: 100%; height: 400px;" />'); body.html('<textarea wrap="off" bind="textarea" style="display: block; width: 100%; height: 400px;" />');
var elmts = DOM.bind(body); 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); DialogSystem.dismissUntil(level - 1);
}).appendTo(footer); }).appendTo(footer);