Rewording

This commit is contained in:
Chris Jones 2009-07-13 23:54:18 +01:00
parent 715bb639e2
commit f8dcd9d846
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,7 @@ text/plain
# Populate the Combo with existing group names (None at the top) # Populate the Combo with existing group names (None at the top)
sel_combo = gtk.combo_box_new_text() sel_combo = gtk.combo_box_new_text()
sel_combo.append_text("*No Group*") sel_combo.append_text(_("Terminals with no group"))
for grp in grplist: for grp in grplist:
sel_combo.append_text(grp) sel_combo.append_text(grp)
sel_combo.set_sensitive(False) sel_combo.set_sensitive(False)