Commit 0caa233e authored by Thomas Guillem's avatar Thomas Guillem

gnutls: increase certificate question severity

parent 2f79c80a
...@@ -490,7 +490,7 @@ error: ...@@ -490,7 +490,7 @@ error:
goto error; goto error;
} }
if (vlc_dialog_wait_question(creds, VLC_DIALOG_QUESTION_NORMAL, if (vlc_dialog_wait_question(creds, VLC_DIALOG_QUESTION_WARNING,
_("Abort"), _("View certificate"), NULL, _("Abort"), _("View certificate"), NULL,
_("Insecure site"), _("Insecure site"),
_("You attempted to reach %s. %s\n" _("You attempted to reach %s. %s\n"
...@@ -511,7 +511,7 @@ error: ...@@ -511,7 +511,7 @@ error:
} }
gnutls_x509_crt_deinit (cert); gnutls_x509_crt_deinit (cert);
val = vlc_dialog_wait_question(creds, VLC_DIALOG_QUESTION_NORMAL, val = vlc_dialog_wait_question(creds, VLC_DIALOG_QUESTION_WARNING,
_("Abort"), _("Accept 24 hours"), _("Accept permanently"), _("Abort"), _("Accept 24 hours"), _("Accept permanently"),
_("Insecure site"), _("Insecure site"),
_("This is the certificate presented by %s:\n%s\n\n" _("This is the certificate presented by %s:\n%s\n\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment