From 3fd2d715bafbbf493a44728c030ba76ace09d3fe Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sat, 29 Jun 2024 09:37:49 +0200 Subject: [PATCH] Issue #1972: rephrase the two new SSL verification options --- out/locale/en/LC_MESSAGES/default.po | 10 +++++----- source/connections.dfm | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/out/locale/en/LC_MESSAGES/default.po b/out/locale/en/LC_MESSAGES/default.po index 8042915e..2713ee6c 100644 --- a/out/locale/en/LC_MESSAGES/default.po +++ b/out/locale/en/LC_MESSAGES/default.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: HeidiSQL\n" "POT-Creation-Date: 2012-11-05 21:40\n" -"PO-Revision-Date: 2024-06-28 15:35+0200\n" +"PO-Revision-Date: 2024-06-29 09:34+0200\n" "Last-Translator: Ansgar Becker \n" "Language-Team: English (http://www.transifex.com/projects/p/heidisql/language/en/)\n" "Language: en\n" @@ -445,11 +445,11 @@ msgstr "Certificate verification" msgid "No verification (insecure)" msgstr "No verification (insecure)" -msgid "Verify CA" -msgstr "Verify CA" +msgid "Verify CA (insecure)" +msgstr "Verify CA (insecure)" -msgid "Verify CA and host name identity" -msgstr "Verify CA and host name identity" +msgid "Verify CA and host name identity (may fail with self-signed certs and wildcard cn)" +msgstr "Verify CA and host name identity (may fail with self-signed certs and wildcard cn)" msgid "You might need to lower the certificate verification in the SSL settings." msgstr "You might need to lower the certificate verification in the SSL settings." diff --git a/source/connections.dfm b/source/connections.dfm index a3c691f7..194444f4 100644 --- a/source/connections.dfm +++ b/source/connections.dfm @@ -850,8 +850,10 @@ object connform: Tconnform OnChange = Modification Items.Strings = ( 'No verification (insecure)' - 'Verify CA' - 'Verify CA and host name identity') + 'Verify CA (insecure)' + + 'Verify CA and host name identity (may fail with self-signed cert' + + 's and wildcard cn)') end end object tabStatistics: TTabSheet