From 5f23855d278ad4d5527c90cc4000b2c2eddef971 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 20 Feb 2015 22:20:49 -0800 Subject: [PATCH] oops how do i english --- plugins/Network/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Network/plugin.py b/plugins/Network/plugin.py index e060fcf23..548039e95 100644 --- a/plugins/Network/plugin.py +++ b/plugins/Network/plugin.py @@ -243,7 +243,7 @@ class Network(callbacks.Plugin): L.append(format(_('is on %L'), normal)) else: if command == 'whois': - L = [_('isn\'t on any publically visible channels')] + L = [_('isn\'t on any publicly visible channels')] else: L = [] channels = format('%L', L)