show Privileges instead of MUC
This commit is contained in:
parent
723a83c380
commit
e54250cec0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue