[network-manager-applet/th/rh962449_link_local_dns_server: 4/4] editor: extend tooltip for IPv6 DNS servers in ce-page-ip6



commit 32707ef01817f89a70f7e4b4276eda2f017aaba9
Author: Thomas Haller <thaller redhat com>
Date:   Fri Sep 27 23:49:31 2013 +0200

    editor: extend tooltip for IPv6 DNS servers in ce-page-ip6
    
    The user cannot input a %scope-id in this field because this parameter
    would be ignored anyway. NetworkManager automatically scopes link local
    addresses to the connecting device.
    
    Signed-off-by: Thomas Haller <thaller redhat com>

 src/connection-editor/ce-page-ip6.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/ce-page-ip6.ui b/src/connection-editor/ce-page-ip6.ui
index 8946d16..0164496 100644
--- a/src/connection-editor/ce-page-ip6.ui
+++ b/src/connection-editor/ce-page-ip6.ui
@@ -243,7 +243,7 @@
                       <object class="GtkEntry" id="ip6_dns_servers_entry">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="tooltip_text" translatable="yes">IP addresses of domain name servers 
used to resolve host names. Use commas to separate multiple domain name server addresses.</property>
+                        <property name="tooltip_text" translatable="yes">IP addresses of domain name servers 
used to resolve host names. Use commas to separate multiple domain name server addresses. For link local 
addresses, no scope is allowed, because the address is automatically scoped to the connecting 
interface.</property>
                         <property name="invisible_char">●</property>
                       </object>
                       <packing>


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