Coding style.

This commit is contained in:
js 2008-05-18 21:15:58 +00:00
parent 0cc5b4c377
commit ad5248f3dc
1 changed files with 2 additions and 2 deletions

View File

@ -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)