diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-11-05 13:54:44 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-11-05 15:06:46 +0100 |
commit | b820e4fe9ea0be0c2e1a1af19ad7e5f2cf6588df (patch) | |
tree | 7e854119eb72766936388b2b948c25419ba6e0f3 /dbaccess | |
parent | ae0767b0fbe5d5b56ebe406bf1ee7aca4aaa909f (diff) |
Refer to TLS/SSL in options
Change-Id: I07bddadd9421ee5584f8d978c5c43eab067414af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124745
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Sophie Gautier <sophi@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/ldapconnectionpage.ui | 2 | ||||
-rw-r--r-- | dbaccess/uiconfig/ui/ldappage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/uiconfig/ui/ldapconnectionpage.ui b/dbaccess/uiconfig/ui/ldapconnectionpage.ui index 5968c1d63ed9..c02c7bdb9f51 100644 --- a/dbaccess/uiconfig/ui/ldapconnectionpage.ui +++ b/dbaccess/uiconfig/ui/ldapconnectionpage.ui @@ -172,7 +172,7 @@ </child> <child> <object class="GtkCheckButton" id="useSSLCheckbutton"> - <property name="label" translatable="yes" context="ldapconnectionpage|useSSLCheckbutton">Use _secure connection (SSL)</property> + <property name="label" translatable="yes" context="ldapconnectionpage|useSSLCheckbutton">Use _secure connection (TLS/SSL)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/dbaccess/uiconfig/ui/ldappage.ui b/dbaccess/uiconfig/ui/ldappage.ui index 947f0b602627..8cd5bc8b8257 100644 --- a/dbaccess/uiconfig/ui/ldappage.ui +++ b/dbaccess/uiconfig/ui/ldappage.ui @@ -66,7 +66,7 @@ </child> <child> <object class="GtkCheckButton" id="useSSLCheckbutton"> - <property name="label" translatable="yes" context="ldappage|useSSLCheckbutton">Use secure connection (SSL)</property> + <property name="label" translatable="yes" context="ldappage|useSSLCheckbutton">Use secure connection (TLS/SSL)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |