From 1d7293a2a80bc13cad04871d866e3ca366197fad Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 3 May 2009 01:53:49 +0200 Subject: [PATCH] Quote the page address in the error page --- 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 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,