aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/features/FeatureDateField.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureDateField.java')
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureDateField.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureDateField.java b/src/com/itmill/toolkit/demo/features/FeatureDateField.java
index 74547ce238..52cbc8f07c 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureDateField.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureDateField.java
@@ -114,7 +114,7 @@ public class FeatureDateField extends Feature {
protected String getDescriptionXHTML() {
return "<p>Representing Dates and times and providing a way to select "
+ "or enter some specific date and/or time is an typical need in "
- + "data-entry userinterfaces. Millstone provides a DateField "
+ + "data-entry userinterfaces. IT Mill Toolkit provides a DateField "
+ "component that is intuitive to use and yet controllable through "
+ "its properties.</p>"
+ "<p>The calendar-style allows point-and-click selection "+