X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=05d173e8af760a039e58019af3e6a0669eff4845;hp=8ecf0f52e113628862e00debb4cc7eeee961812b;hb=290114530161b0302d06f6934ce088771c272181;hpb=0df9f79d9536acc4627ebd726b62de7ba4c3070e diff --git a/surf.c b/surf.c index 8ecf0f5..05d173e 100644 --- a/surf.c +++ b/surf.c @@ -1332,7 +1332,7 @@ loadfailedtls(WebKitWebView *v, gchar *uri, GTlsCertificate *cert, g_object_get(cert, "certificate-pem", &pem, NULL); html = g_strdup_printf("

Could not validate TLS for “%s”
%s

" "

You can inspect the following certificate " - "with Ctrl+Shift+x (default keybinding).

" + "with Ctrl-t (default keybinding).

" "

%s

", uri, errmsg->str, pem); g_free(pem); g_string_free(errmsg, TRUE); @@ -1901,8 +1901,7 @@ main(int argc, char *argv[]) fulluseragent = EARGF(usage()); break; case 'v': - die("surf-"VERSION", ©2009-2017 surf engineers, " - "see LICENSE for details\n"); + die("surf-"VERSION", see LICENSE for © details\n"); case 'w': showxid = 1; break;