|
|
|
@ -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))) |
|
|
|
|