From: Jouni Koivuviita Date: Tue, 4 May 2010 12:37:59 +0000 (+0000) Subject: Small documentation fix. X-Git-Tag: 6.7.0.beta1~1670^2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fd7531150b9872c4e885a794fb5244c9d724bc5a;p=vaadin-framework.git Small documentation fix. svn changeset:13020/svn branch:6.3 --- diff --git a/src/com/vaadin/ui/themes/Reindeer.java b/src/com/vaadin/ui/themes/Reindeer.java index 33a91069a3..2febbb9305 100644 --- a/src/com/vaadin/ui/themes/Reindeer.java +++ b/src/com/vaadin/ui/themes/Reindeer.java @@ -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";