Coding style.
This commit is contained in:
parent
0cc5b4c377
commit
ad5248f3dc
|
@ -1421,8 +1421,8 @@ class ChatControl(ChatControlBase):
|
||||||
else:
|
else:
|
||||||
authenticated_string = ''
|
authenticated_string = ''
|
||||||
|
|
||||||
tooltip = ('%s Encryption %s active%s. \n' + \
|
tooltip = '%s Encryption %s active%s.\n' \
|
||||||
'Your chat session %s be logged.') % \
|
'Your chat session %s be logged.' % \
|
||||||
(enc_type, status_string, authenticated_string,
|
(enc_type, status_string, authenticated_string,
|
||||||
logged_string)
|
logged_string)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue