Make previous patch translatable.

This commit is contained in:
js 2008-11-23 19:26:45 +00:00
parent bc5795a10b
commit 5e6d15837c
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class MessageWindow(object):
label = name
state = control.contact.chatstate
if state and bool(len(state)):
label = '%s (%s)' % (label, state.capitalize())
label = '%s (%s)' % (label, _(state.capitalize()))
else:
label = _('Messages')