Quote the page address in the error page
This commit is contained in:
parent
2d09f9358f
commit
1d7293a2a8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue