do not dup the word list

This commit is contained in:
Nikos Kouremenos 2006-01-16 16:46:57 +00:00
parent efbc25b648
commit ade2619d7c
1 changed files with 1 additions and 1 deletions

View File

@ -1853,7 +1853,7 @@ class GroupchatConfigWindow(DataFormWindow):
hbox = gtk.HBox(spacing = 5)
add_on_vbox.pack_start(hbox, False)
label = gtk.Label(_('Edit affiliation list:'))
label = gtk.Label(_('Affiliations:'))
hbox.pack_start(label, False)
liststore = gtk.ListStore(str, str)