1
0

(minor) rm confusing adjective

This commit is contained in:
ThomasV
2021-03-28 11:35:09 +02:00
parent f6b2e63b2a
commit 4cf40107a2

View File

@@ -501,7 +501,7 @@ class ChannelFeature(ABC):
class ChanFeatChannel(ChannelFeature):
def tooltip(self) -> str:
return _("This is a complete channel")
return _("This is a channel")
def icon(self) -> QIcon:
return read_QIcon("lightning")