]> spindle.queued.net Git - midori/commitdiff
Enclose MIME type in single quotes in the error message
authorChristian Dywan <christian@twotoasts.de>
Sun, 15 Mar 2009 17:44:16 +0000 (18:44 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 15 Mar 2009 17:44:16 +0000 (18:44 +0100)
midori/midori-view.c

index 5c903741f0d81fdc87cc0807e1501d4f9fb9a3e3..7ca5bef6ee56dfbc59707536ba3e1d77dd3c0352 100644 (file)
@@ -1689,7 +1689,7 @@ 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 of type %s cannot be displayed."
+                    "<p />The document %s of type '%s' cannot be displayed."
                     "</body></html>",
                     title, title, view->uri, view->mime_type);
                 g_free (title);