]> source.dussan.org Git - vaadin-framework.git/commitdiff
Small documentation fix.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 4 May 2010 12:37:59 +0000 (12:37 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 4 May 2010 12:37:59 +0000 (12:37 +0000)
svn changeset:13020/svn branch:6.3

src/com/vaadin/ui/themes/Reindeer.java

index 33a91069a3292a7eaad24f83640bfcae9885113c..2febbb9305fa107361241c07b87a70a4293ed3ef 100644 (file)
@@ -48,9 +48,9 @@ public class Reindeer extends BaseTheme {
      **************************************************************************/
 
     /**
-     * Default action style for buttons (the button that gets activated when
-     * user presses 'enter' in a form). Use sparingly, only one default button
-     * per screen should be visible.
+     * Default action style for buttons (the button that should get activated
+     * when the user presses 'enter' in a form). Use sparingly, only one default
+     * button per view should be visible.
      */
     public static final String BUTTON_DEFAULT = "primary";