Make extra node names more consistent i18n wise

This commit is contained in:
Dave Conway-Jones
2018-03-30 14:50:51 +01:00
parent b8b5a92ad1
commit 4679077760
11 changed files with 15 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
outputs:1,
icon: "feed.png",
label: function() {
return this.name||this.url||"feedparser";
return this.name||this.url||this._("feedparse.feedparse");
},
labelStyle: function() {
return this.name?"node_label_italic":"";