diff options
author | corvid <corvid@lavabit.com> | 2010-08-05 17:45:56 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-08-05 17:45:56 +0000 |
commit | 0d732cc9298bd8ef304f28fe68cb76d494c040fc (patch) | |
tree | 62970ce6be3a9d872222f9f60cb3c1c068bb6b27 /dpi/https.c | |
parent | 5c1a19231fe0969feee39512ecdc5579f2da2730 (diff) |
https clearer language in dialog
"trust certificate" didn't really suggest that we were going to save it away
and trust it _forever_.
Diffstat (limited to 'dpi/https.c')
-rw-r--r-- | dpi/https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/https.c b/dpi/https.c index 0e6672c5..3f474b81 100644 --- a/dpi/https.c +++ b/dpi/https.c @@ -469,7 +469,7 @@ static int handle_certificate_problem(SSL * ssl_connection) "untrusted.\nFor address: ", buf, NULL); d_cmd = a_Dpip_build_cmd( "cmd=%s msg=%s alt1=%s alt2=%s alt3=%s", - "dialog", msg, "Continue", "Cancel", "Trust Certificate"); + "dialog", msg, "Continue", "Cancel", "Save Certificate"); a_Dpip_dsh_write_str(sh, 1, d_cmd); dFree(d_cmd); dFree(msg); |