summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-09-07 21:56:06 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2017-09-07 21:56:06 +0200
commit80417e4f6b01543913e0203b5b0b81f28c335340 (patch)
tree6655d5eeec2bf9051ab70471c77df700a654a137
parent4d45441fd5b03aec720d1647c558521a1fb19fe4 (diff)
downloadnetwork-manager-applet-bg/pppoe-interface.tar.gz
editor: pppoe: add tooltipsbg/pppoe-interface
-rw-r--r--src/connection-editor/ce-page-dsl.ui5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connection-editor/ce-page-dsl.ui b/src/connection-editor/ce-page-dsl.ui
index b29e439c..8b9d4e72 100644
--- a/src/connection-editor/ce-page-dsl.ui
+++ b/src/connection-editor/ce-page-dsl.ui
@@ -5,6 +5,7 @@
<object class="GtkGrid" id="DslPage">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="tooltip_text" translatable="yes">Username used to authenticate with the PPPoE service.</property>
<property name="hexpand">True</property>
<property name="border_width">12</property>
<property name="row_spacing">6</property>
@@ -38,6 +39,7 @@
<object class="GtkEntry" id="dsl_service">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Only initiate sessions with access concentrators that provide the specified service. For most providers this should be left blank.</property>
<property name="hexpand">True</property>
</object>
<packing>
@@ -78,6 +80,7 @@
<object class="GtkEntry" id="dsl_password">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Password used to authenticate with the PPPoE service.</property>
<property name="visibility">False</property>
</object>
<packing>
@@ -131,6 +134,7 @@
<object class="GtkEntry" id="dsl_interface">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">An arbitrary name to assign to the newly created PPP interface.</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -145,6 +149,7 @@
<child internal-child="entry">
<object class="GtkEntry">
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">The interface on which the PPP connection will be established.</property>
</object>
</child>
</object>