From 4ed0f6e7c0f2efa7525b1d9ad95e29fe2ce6dcdb Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 28 Dec 2005 16:03:34 +0000 Subject: --- framework/Web/UI/WebControls/TLabel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI') diff --git a/framework/Web/UI/WebControls/TLabel.php b/framework/Web/UI/WebControls/TLabel.php index f80ad758..af40f897 100644 --- a/framework/Web/UI/WebControls/TLabel.php +++ b/framework/Web/UI/WebControls/TLabel.php @@ -13,7 +13,7 @@ /** * TLabel class * - * TLabel represents a label control that displays text on a Web pagge. + * TLabel displays a piece of text on a Web page. * Use {@link setText Text} property to set the text to be displayed. * TLabel will render the contents enclosed within its component tag * if {@link setText Text} is empty. @@ -22,7 +22,7 @@ * The associated control must be locatable within the label's naming container. * * Note, {@link setText Text} will NOT be encoded for rendering. - * Make usre it does not contain dangerous characters that you want to avoid. + * Make sure it does not contain dangerous characters that you want to avoid. * * @author Qiang Xue * @version $Revision: $ $Date: $ -- cgit v1.2.3