Merge "Correct the exception message"

This commit is contained in:
Jenkins 2013-10-10 19:18:38 +00:00 committed by Gerrit Code Review
commit b153451d2a

View File

@ -69,4 +69,4 @@ class MediaTypeUnsupport(VcnsApiException):
class ServiceUnavailable(VcnsApiException):
message = _("Service on available: %(uri)s")
message = _("Service Unavailable: %(uri)s")