Clarify group failure

This commit is contained in:
David Bartley 2007-12-18 01:37:44 -05:00
parent 7a282739e2
commit d4c47073e0
1 changed files with 2 additions and 2 deletions

View File

@ -125,6 +125,6 @@ class EndPage(WizardPanel):
self.headtext.set_text("%s partially succeeded" % data['action'])
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 non-present group "
"member." % (data['action'].lower(), data['name'],
"duplicate group member or to delete a member that was not in "
" the group." % (data['action'].lower(), data['name'],
', '.join(failed)))