diff --git a/api/handlers.go b/api/handlers.go index e8158a60e9..5f3996637d 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -97,7 +97,7 @@ func getImages(c *context, w http.ResponseWriter, r *http.Request) { } } - httpError(w, fmt.Sprintf("Not found an engine which has all images: %s", names), http.StatusNotFound) + httpError(w, fmt.Sprintf("Unable to find an engine containing all images: %s", names), http.StatusNotFound) } // GET /images/json