Be consistent in the chat window.

This commit is contained in:
js 2008-07-22 23:30:52 +00:00
parent 417fcaddf5
commit 63524f79e9
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ class ChatControl(ChatControlBase):
gtkgui_helpers.load_mood_icon(
mood).get_pixbuf())
# Translate standard moods
mood = _(mood)
mood = _(mood.replace('_', ' '))
else:
self._mood_image.set_from_pixbuf(
gtkgui_helpers.load_mood_icon(