Fixed some questionable grammar in an error message.

Fixes bug 905231.

Change-Id: Ifd08c11919c0cbf8ce94be9012d6724b820d866c
This commit is contained in:
Gabriel Hurley
2012-01-06 12:56:27 -08:00
parent d048d47b99
commit 993cc3bcd8

View File

@@ -98,8 +98,8 @@ class UpdateImageForm(forms.SelfHandlingForm):
messages.error(request, error_updating)
return redirect('dash_images_update', tenant_id, image_id)
else:
messages.info(request, _('Unable to update image. You are not its \
owner.'))
messages.info(request, _('Unable to delete the requested image '
'because you are not its owner.'))
return redirect('dash_images_update', tenant_id, image_id)