Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
dcc6fc32
Commit
dcc6fc32
authored
Oct 07, 2012
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnutls: fix grammar
parent
64caabde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/misc/gnutls.c
modules/misc/gnutls.c
+3
-3
No files found.
modules/misc/gnutls.c
View file @
dcc6fc32
...
@@ -272,7 +272,7 @@ static int gnutls_CertSearch (vlc_tls_t *obj, const char *host,
...
@@ -272,7 +272,7 @@ static int gnutls_CertSearch (vlc_tls_t *obj, const char *host,
msg
=
N_
(
"You attempted to reach %s. "
msg
=
N_
(
"You attempted to reach %s. "
"However the security certificate presented by the server "
"However the security certificate presented by the server "
"is unknown and could not be authenticated by any trusted "
"is unknown and could not be authenticated by any trusted "
"Certfication Authority. "
"Cert
i
fication Authority. "
"This problem may be caused by a configuration error "
"This problem may be caused by a configuration error "
"or an attempt to breach your security or your privacy.
\n\n
"
"or an attempt to breach your security or your privacy.
\n\n
"
"If in doubt, abort now.
\n
"
);
"If in doubt, abort now.
\n
"
);
...
@@ -282,8 +282,8 @@ static int gnutls_CertSearch (vlc_tls_t *obj, const char *host,
...
@@ -282,8 +282,8 @@ static int gnutls_CertSearch (vlc_tls_t *obj, const char *host,
msg
=
N_
(
"You attempted to reach %s. "
msg
=
N_
(
"You attempted to reach %s. "
"However the security certificate presented by the server "
"However the security certificate presented by the server "
"changed since the previous visit "
"changed since the previous visit "
"and was not authenticat
ion
by any trusted "
"and was not authenticat
ed
by any trusted "
"Certfication Authority. "
"Cert
i
fication Authority. "
"This problem may be caused by a configuration error "
"This problem may be caused by a configuration error "
"or an attempt to breach your security or your privacy.
\n\n
"
"or an attempt to breach your security or your privacy.
\n\n
"
"If in doubt, abort now.
\n
"
);
"If in doubt, abort now.
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment