summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-10 12:51:46 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-10 12:51:46 +0100
commit820fb0e7ff3103cff00778364df0390f4b3de513 (patch)
treea3c70fd5f871fb7075f52d93539839e18b39604b /content/fetchers
parent98f45250734fc7a2826753a143d7c37fc522f604 (diff)
downloadnetsurf-820fb0e7ff3103cff00778364df0390f4b3de513.tar.gz
netsurf-820fb0e7ff3103cff00778364df0390f4b3de513.tar.bz2
add English message text for ssl errors
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 32a7dbe33..df514108c 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -1057,7 +1057,7 @@ static bool fetch_about_query_privacy_handler(struct fetch_about_context *ctx)
goto fetch_about_query_ssl_handler_aborted;
}
}
- res = ssenddataf(ctx, "<div><p>%s</p></div>", messages_get(reason));
+ res = ssenddataf(ctx, "<div><p>%s</p></div>", reason);
if (res != NSERROR_OK) {
goto fetch_about_query_ssl_handler_aborted;
}