add missing translation tag on View string

This commit is contained in:
magdmartin 2015-04-21 09:07:32 -04:00
parent 1ef9534126
commit efb1eed813

View File

@ -140,7 +140,7 @@ DataTableColumnHeaderUI.prototype._createMenuForColumnHeader = function(elmt) {
),
{
id: "core/view",
label: "View",
label: $.i18n._('core-views')["view"],
tooltip: $.i18n._('core-views')["collapse-expand"],
submenu: [
{
@ -362,4 +362,4 @@ DataTableColumnHeaderUI.prototype._showSortingCriterion = function(criterion, ha
dismiss();
});
};
};