[network-manager-applet/fg/c-e-ethernet-link2] fixup! c-e: link negotiation: introduce the link "Ignore" flag



commit 7a07336fa71a0164676618a0c39f8e026f02f430
Author: Francesco Giudici <fgiudici redhat com>
Date:   Tue Nov 29 18:26:24 2016 +0100

    fixup! c-e: link negotiation: introduce the link "Ignore" flag

 src/connection-editor/ce-page-ethernet.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/ce-page-ethernet.ui b/src/connection-editor/ce-page-ethernet.ui
index b03c8b8..cc73074 100644
--- a/src/connection-editor/ce-page-ethernet.ui
+++ b/src/connection-editor/ce-page-ethernet.ui
@@ -422,7 +422,7 @@
       <object class="GtkComboBox" id="ethernet_speed">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="tooltip_text" translatable="yes">Speed value for static link negotiation. It is 
required only when "Ignore" and "Auto" options are not selected.</property>
+        <property name="tooltip_text" translatable="yes">Speed value for static link negotiation, required 
only when "Ignore" and "Auto" options are not selected. Before specifying a speed value be sure your device 
supports it.</property>
         <property name="model">model2</property>
         <child>
           <object class="GtkCellRendererText" id="renderer2"/>
@@ -460,7 +460,7 @@
       <object class="GtkComboBox" id="ethernet_duplex">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="tooltip_text" translatable="yes">Duplex value for static link negotiation. It is 
required only when "Ignore" and "Auto" options are not selected.</property>
+        <property name="tooltip_text" translatable="yes">Duplex value for static link negotiation, required 
only when "Ignore" and "Auto" options are not selected. Before specifying a duplex mode be sure your device 
supports it.</property>
         <property name="model">model3</property>
         <child>
           <object class="GtkCellRendererText" id="renderer3"/>


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