diff --git a/midori/midori-view.c b/midori/midori-view.c index 5330122a..a4d6d830 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -1691,9 +1691,9 @@ midori_view_set_uri (MidoriView* view, "

%s

" "" - "

The document %s cannot be displayed." + "

The document %s of type %s cannot be displayed." "", - title, title, view->uri); + title, title, view->uri, view->mime_type); g_free (title); } else if (!strncmp (uri, "error:nodocs ", 13))