oops how do i english

This commit is contained in:
James Lu 2015-02-20 22:20:49 -08:00
parent 41effcea13
commit 5f23855d27

View File

@ -243,7 +243,7 @@ class Network(callbacks.Plugin):
L.append(format(_('is on %L'), normal)) L.append(format(_('is on %L'), normal))
else: else:
if command == 'whois': if command == 'whois':
L = [_('isn\'t on any publically visible channels')] L = [_('isn\'t on any publicly visible channels')]
else: else:
L = [] L = []
channels = format('%L', L) channels = format('%L', L)