summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-13 20:11:03 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-13 20:11:03 +0200
commit70bf3f867123210f8b4771058f226d5842020398 (patch)
tree601ecedb0fd5fd34db021373cf92bdb9c246be88 /src/core/wee-command.c
parent2085c470e67641d09e8ff7f29e5b3e06daf46242 (diff)
downloadweechat-70bf3f867123210f8b4771058f226d5842020398.zip
core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c4
1 files changed, 2 insertions, 2 deletions
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 "