Mention the MIME type of a document that cannot be displayed.
This commit is contained in:
parent
73feaf9ae1
commit
2433019856
1 changed files with 2 additions and 2 deletions
|
@ -1691,9 +1691,9 @@ midori_view_set_uri (MidoriView* view,
|
|||
"<body><h1>%s</h1>"
|
||||
"<img src=\"file://" DATADIR "/midori/logo-shade.png\" "
|
||||
"style=\"position: absolute; right: 15px; bottom: 15px;\">"
|
||||
"<p />The document %s cannot be displayed."
|
||||
"<p />The document %s of type %s cannot be displayed."
|
||||
"</body></html>",
|
||||
title, title, view->uri);
|
||||
title, title, view->uri, view->mime_type);
|
||||
g_free (title);
|
||||
}
|
||||
else if (!strncmp (uri, "error:nodocs ", 13))
|
||||
|
|
Loading…
Reference in a new issue