From: Christian Dywan Date: Sat, 2 May 2009 23:53:49 +0000 (+0200) Subject: Quote the page address in the error page X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7293a2a80bc13cad04871d866e3ca366197fad;p=midori Quote the page address in the error page --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 5146d39b..aea2684a 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -638,7 +638,7 @@ webkit_web_view_load_error_cb (WebKitWebView* web_view, port = soup_server_get_port (res_server); res_root = g_strdup_printf ("http://localhost:%d/res", port); - message = g_strdup_printf (_("The page %s couldn't be loaded."), uri); + message = g_strdup_printf (_("The page '%s' couldn't be loaded."), uri); result = sokoke_replace_variables (template, "{title}", _("Error"), "{message}", message,