This commit is contained in:
David Bartley 2008-01-07 13:45:21 -05:00
parent 677a83ef8b
commit 23adc7db5f
1 changed files with 1 additions and 1 deletions

View File

@ -126,5 +126,5 @@ class EndPage(WizardPanel):
self.midtext.set_text("Failed to %s member to %s for the "
"following groups: %s. This may indicate an attempt to add a "
"duplicate group member or to delete a member that was not in "
" the group." % (data['action'].lower(), data['name'],
"the group." % (data['action'].lower(), data['name'],
', '.join(failed)))