From: Christian Dywan Date: Sun, 15 Mar 2009 17:44:16 +0000 (+0100) Subject: Enclose MIME type in single quotes in the error message X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea8294a18ec822f25fac20aa6dc0421ff4025a6;p=midori Enclose MIME type in single quotes in the error message --- 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);