From ade2619d7c1638ef9300fe49f1f5c6d1b0d8efdf Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 16 Jan 2006 16:46:57 +0000 Subject: [PATCH] do not dup the word list --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 10a47179d..2f2de75a4 100644 --- a/src/config.py +++ b/src/config.py @@ -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)