do not dup the word list
This commit is contained in:
parent
efbc25b648
commit
ade2619d7c
1 changed files with 1 additions and 1 deletions
|
@ -1853,7 +1853,7 @@ class GroupchatConfigWindow(DataFormWindow):
|
||||||
hbox = gtk.HBox(spacing = 5)
|
hbox = gtk.HBox(spacing = 5)
|
||||||
add_on_vbox.pack_start(hbox, False)
|
add_on_vbox.pack_start(hbox, False)
|
||||||
|
|
||||||
label = gtk.Label(_('Edit affiliation list:'))
|
label = gtk.Label(_('Affiliations:'))
|
||||||
hbox.pack_start(label, False)
|
hbox.pack_start(label, False)
|
||||||
|
|
||||||
liststore = gtk.ListStore(str, str)
|
liststore = gtk.ListStore(str, str)
|
||||||
|
|
Loading…
Add table
Reference in a new issue