From 5f1e37b7fa0d5f7d8ec61eb3acaf1ada22ba776a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 10 Feb 2017 22:10:53 +0000 Subject: [PATCH] Leave a node to nls its own port labels --- editor/js/ui/view.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/editor/js/ui/view.js b/editor/js/ui/view.js index b076d9d55..1c5510dac 100644 --- a/editor/js/ui/view.js +++ b/editor/js/ui/view.js @@ -1504,9 +1504,6 @@ RED.view = (function() { } else if ($.isArray(portLabels)) { result = portLabels[portIndex]; } - if (result) { - result = node._(result); - } return result; } function portMouseOver(port,d,portType,portIndex) {