Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
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