From: <cod...@go...> - 2008-12-22 22:37:36
|
Author: M0...@gm... Date: Mon Dec 22 13:39:31 2008 New Revision: 438 Modified: branches/iVL/FrmRootPass.class branches/iVL/FrmUserAdd.form Log: Fixed typos in frmrootpass and frmuseradd Modified: branches/iVL/FrmRootPass.class ============================================================================== --- branches/iVL/FrmRootPass.class (original) +++ branches/iVL/FrmRootPass.class Mon Dec 22 13:39:31 2008 @@ -13,10 +13,10 @@ .tlBanner.Width = MdlObjSizer.get_object_width(.tlBanner.text) .tlBanner.Height = 42 .tlBanner.Raise - .tlAboutRoot.text = ("The linux root account is pre-defined to be used as ths system administrator\'s account." & + .tlAboutRoot.text = ("The linux root account is pre-defined to be used as ths system administrator\'s account." & Space(1)& "This account is used to perform system-wide changes such as adding / removing software, system-wide updates," & "managing user accounts, etc.") & "<br><br>" & ("Most other every-day taks do not require administrative priviledges.")& - "<br><br>" & ("For added security, use a password that is easy for you to remember, but hard for others to guess") + "<br><br>" & ("For added security, use a password that is easy for you to remember, but hard for others to guess.") .tlPass1.Alignment = Align.normal .tlPass2.Alignment = Align.Normal Modified: branches/iVL/FrmUserAdd.form ============================================================================== --- branches/iVL/FrmUserAdd.form (original) +++ branches/iVL/FrmUserAdd.form Mon Dec 22 13:39:31 2008 @@ -5,7 +5,7 @@ Text = ("") { tlExp TextLabel MoveScaled(1,9,55,6) - Text = ("Choose a unique name for each user. Enter the password for twice for accuracy. You can make as many users as you want, and when you are finished click next to continue.") + Text = ("Choose a unique name for each user. Enter the password twice for accuracy. You can make as many users as you want, and when you are finished click next to continue.") } { tbUsername TextBox MoveScaled(17,18,15,3) @@ -100,7 +100,7 @@ Alignment = Align.Normal } { frmUserList Frame - MoveScaled(35,16,18.8571,17) + MoveScaled(35,16,18.7778,17) Text = ("User Accounts") { LstUsers ScrollView MoveScaled(1,2,17,13) |