this address 3 in #28

pull/2/head
gorhill 10 years ago
parent 575676e415
commit faef346878

@ -946,7 +946,7 @@ function initMenuEnvironment() {
var cell, key, text;
while ( i-- ) {
key = keys[i];
cell = uDom('#matHead .matCell[data-filter-type="'+ key +'"]');
cell = uDom('#matHead .matCell[data-req-type="'+ key +'"]');
text = chrome.i18n.getMessage(key + 'PrettyName');
cell.text(text);
prettyNames[key] = text;

Loading…
Cancel
Save