Leave a node to nls its own port labels

This commit is contained in:
Nick O'Leary 2017-02-10 22:10:53 +00:00
parent ec0209b175
commit 5f1e37b7fa
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 3 deletions

View File

@ -1504,9 +1504,6 @@ RED.view = (function() {
} else if ($.isArray(portLabels)) { } else if ($.isArray(portLabels)) {
result = portLabels[portIndex]; result = portLabels[portIndex];
} }
if (result) {
result = node._(result);
}
return result; return result;
} }
function portMouseOver(port,d,portType,portIndex) { function portMouseOver(port,d,portType,portIndex) {