1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-09 22:04:53 +12:00

this address 3 in #28

This commit is contained in:
gorhill 2014-11-01 12:52:02 -04:00
parent 575676e415
commit faef346878

View file

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