]> spindle.queued.net Git - midori/commitdiff
Quote the page address in the error page
authorChristian Dywan <christian@twotoasts.de>
Sat, 2 May 2009 23:53:49 +0000 (01:53 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 2 May 2009 23:53:49 +0000 (01:53 +0200)
midori/midori-view.c

index 5146d39b9f129e267e3b52049b7d87b849dc7ee4..aea2684ae2bdfd7f8b24d15774be57c6ba28042d 100644 (file)
@@ -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,