diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 09:17:56 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 09:17:56 +0000 |
commit | 5f8478a617d7d145ba94abcc4e197cdd50f76e1f (patch) | |
tree | bf14647ad4ab0c2a8b940d2b5ca114ba53c76ea3 /src/com/vaadin/tests/featurebrowser/FeatureTextField.java | |
parent | 1a69373788ba52824aef113131d4b385f08de299 (diff) | |
download | vaadin-framework-5f8478a617d7d145ba94abcc4e197cdd50f76e1f.tar.gz vaadin-framework-5f8478a617d7d145ba94abcc4e197cdd50f76e1f.zip |
#2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial changes including many URLs
svn changeset:7842/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/tests/featurebrowser/FeatureTextField.java')
-rw-r--r-- | src/com/vaadin/tests/featurebrowser/FeatureTextField.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/tests/featurebrowser/FeatureTextField.java b/src/com/vaadin/tests/featurebrowser/FeatureTextField.java index 585193db74..f2612ec857 100644 --- a/src/com/vaadin/tests/featurebrowser/FeatureTextField.java +++ b/src/com/vaadin/tests/featurebrowser/FeatureTextField.java @@ -50,7 +50,7 @@ public class FeatureTextField extends Feature { protected String getDescriptionXHTML() { return "TextField combines the logic of both the single line text-entry field and the multi-line " + "text-area into one component. " - + "As with all Data-components of IT Mill Toolkit, the TextField can also be bound to an " + + "As with all Data-components of Vaadin, the TextField can also be bound to an " + "underlying data source, both directly or in a buffered (asynchronous) " + "mode. In buffered mode its background color will change to indicate " + "that the value has changed but is not committed." |