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-08 10:31:14 +0200
commit956d8e0a1e9002069938bdc7a39857400992a458 (patch)
tree6bb800f2dc977b796a539b29a1e55e5a9430af4b
parent3c83f844ced4f620993054cddb19b22fe459fa0b (diff)
downloadnetwork-manager-applet-956d8e0a1e9002069938bdc7a39857400992a458.tar.gz
editor: pppoe: add tooltips
-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..0ca27b18 100644
--- a/src/connection-editor/ce-page-dsl.ui
+++ b/src/connection-editor/ce-page-dsl.ui
@@ -27,6 +27,7 @@
<object class="GtkEntry" id="dsl_username">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">Username used to authenticate with the PPPoE service.</property>
<property name="hexpand">True</property>
</object>
<packing>
@@ -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>