summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-05 15:24:04 +0200
committermathieui <mathieui@mathieui.net>2013-04-05 15:24:04 +0200
commit16268ba96460c0947be7208cba60ad95270a4da7 (patch)
treedb12149fde53cc969ff0d415c51c460654a4f960 /src
parent26fa83dd9a1d0f3a43efc706582ea93980289f71 (diff)
downloadpoezio-16268ba96460c0947be7208cba60ad95270a4da7.tar.gz
poezio-16268ba96460c0947be7208cba60ad95270a4da7.tar.bz2
poezio-16268ba96460c0947be7208cba60ad95270a4da7.tar.xz
poezio-16268ba96460c0947be7208cba60ad95270a4da7.zip
Consistency
Diffstat (limited to 'src')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
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