From 70bf3f867123210f8b4771058f226d5842020398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 13 Apr 2023 20:11:03 +0200 Subject: core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903) --- src/core/wee-command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 8baab8a34..c28b376d1 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -9059,8 +9059,8 @@ command_init () "new WeeChat binary must have been compiled or installed with a " "package manager before running this command.\n" "\n" - "Note: SSL connections are lost during upgrade (except with -save), " - "because the reload of SSL sessions is currently not possible with " + "Note: TLS connections are lost during upgrade (except with -save), " + "because the reload of TLS sessions is currently not possible with " "GnuTLS. There is automatic reconnection after upgrade.\n" "\n" "Important: use of option -save can be dangerous, it is recommended " -- cgit v1.2.3