From cea8294a18ec822f25fac20aa6dc0421ff4025a6 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 15 Mar 2009 18:44:16 +0100 Subject: [PATCH] Enclose MIME type in single quotes in the error message --- midori/midori-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-view.c b/midori/midori-view.c index 5c903741..7ca5bef6 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -1689,7 +1689,7 @@ midori_view_set_uri (MidoriView* view, "

%s

" "" - "

The document %s of type %s cannot be displayed." + "

The document %s of type '%s' cannot be displayed." "", title, title, view->uri, view->mime_type); g_free (title);