From e54250cec073207bd2d3a82c477138394dd3a15b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 8 Mar 2005 14:33:09 +0000 Subject: [PATCH] show Privileges instead of MUC --- plugins/gtkgui/gtkgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index f7d77ae65..5fa03f3c3 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -1083,7 +1083,7 @@ class Groupchat_window: jid = model.get_value(iter, 2) menu = gtk.Menu() - item = gtk.MenuItem(_('MUC')) + item = gtk.MenuItem(_('Privileges')) menu.append(item) menu_sub = gtk.Menu()