Merge "Correct the exception message"

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

View File

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