[gnome-initial-setup] account: Add some explanation labels



commit 1fba38f3e98b1b10998972be2e368165408b4de4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 14 19:28:47 2012 -0500

    account: Add some explanation labels
    
    These give some context to the various entries on the page itself.

 .../pages/account/gis-account-page.ui              |   36 ++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page.ui b/gnome-initial-setup/pages/account/gis-account-page.ui
index 58eb8a3..69fa20a 100644
--- a/gnome-initial-setup/pages/account/gis-account-page.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page.ui
@@ -188,6 +188,24 @@
               </packing>
             </child>
             <child>
+              <object class="GtkLabel" id="account-username-explanation">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="halign">start</property>
+                <property name="wrap">True</property>
+                <property name="label" translatable="yes">This will be used to name your home folder and can't be changed.</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="top_attach">2</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
+            <child>
               <object class="GtkLabel" id="account-password-label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -253,6 +271,24 @@
                 <property name="height">1</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkLabel" id="account-password-explanation">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="halign">start</property>
+                <property name="wrap">True</property>
+                <property name="label" translatable="yes">Try to use at least 8 different characters. Mix upper and lower case and use a number or two.</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="top_attach">5</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
           </object>
           <packing>
             <property name="expand">False</property>



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