grammar fix
This commit is contained in:
parent
a55a62a4d4
commit
661acc5a09
|
@ -86,7 +86,7 @@ class MessageControl:
|
||||||
pass # NOTE: Derived classes SHOULD implement this
|
pass # NOTE: Derived classes SHOULD implement this
|
||||||
|
|
||||||
def get_tab_label(self, chatstate):
|
def get_tab_label(self, chatstate):
|
||||||
'''Return a suitable the tab label string. Returns a tuple such as:
|
'''Return a suitable tab label string. Returns a tuple such as:
|
||||||
(label_str, color) either of which can be None
|
(label_str, color) either of which can be None
|
||||||
if chatstate is given that means we have HE SENT US a chatstate and
|
if chatstate is given that means we have HE SENT US a chatstate and
|
||||||
we want it displayed'''
|
we want it displayed'''
|
||||||
|
|
Loading…
Reference in New Issue