Browse Source

this address 3 in #28

pull/2/head
gorhill 10 years ago
parent
commit
faef346878
  1. 2
      src/js/popup.js

2
src/js/popup.js

@ -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