From 16268ba96460c0947be7208cba60ad95270a4da7 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 5 Apr 2013 15:24:04 +0200 Subject: Consistency --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tabs.py b/src/tabs.py index 7b7ee485..bbae6e3d 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1633,7 +1633,7 @@ class MucTab(ChatTab): msg = _('\x19%(color)d}%(nick)s\x19%(info_col)s} changed: ') % {'nick': from_nick, 'color': color, 'info_col': get_theme().COLOR_INFORMATION_TEXT[0]} if show not in SHOW_NAME: self.core.information("%s from room %s sent an invalid show: %s" %\ - (from_nick, from_room, show), "warning") + (from_nick, from_room, show), "Warning") if affiliation != user.affiliation: msg += _('affiliation: %s, ') % affiliation display_message = True -- cgit v1.2.3