[network-manager-openvpn/th/extra-certs-and-cleanup: 6/13] properties: improve tooltip for tls-crypt certificate button



commit 17ca726ea5edf83d9c5eaddd99d58a3eb2ee5923
Author: Thomas Haller <thaller redhat com>
Date:   Thu Feb 22 20:16:45 2018 +0100

    properties: improve tooltip for tls-crypt certificate button
    
    The same butten is responsible for both for the tls-auth and tls-crypt option.
    Maybe, the tooltip should completley change, depending on the mode selected
    above. However, that is more complicated and not necessarily better. Swapping
    the tooltip could also be confusing. So, go the easy way, and describe both
    options in the same tooltip.

 properties/nm-openvpn-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/nm-openvpn-dialog.ui b/properties/nm-openvpn-dialog.ui
index c38fd42..7d5fdcb 100644
--- a/properties/nm-openvpn-dialog.ui
+++ b/properties/nm-openvpn-dialog.ui
@@ -1899,8 +1899,8 @@ config: ns-cert-type client|server</property>
                               <object class="GtkFileChooserButton" id="tls_auth_chooser">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="tooltip_text" translatable="yes">Add an additional layer of 
HMAC authentication on top of the TLS control channel to protect against DoS attacks.
-config: tls-auth &lt;file&gt; [direction]</property>
+                                <property name="tooltip_text" translatable="yes">Add an additional layer of 
HMAC authentication on top of the TLS control channel to protect against DoS attacks. In case of TLS-Crypt 
mode, the control channal is also encrypted.
+config: tls-auth &lt;file&gt; [direction] | tls-crypt &lt;file&gt;</property>
                                 <property name="hexpand">True</property>
                               </object>
                               <packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]