diff --git a/core/src/main/java/org/apache/struts2/components/Submit.java b/core/src/main/java/org/apache/struts2/components/Submit.java index 4d9c74fc6..afd38fc2c 100644 --- a/core/src/main/java/org/apache/struts2/components/Submit.java +++ b/core/src/main/java/org/apache/struts2/components/Submit.java @@ -48,19 +48,19 @@ import com.opensymphony.xwork2.util.ValueStack; *

Examples *

  * 
- * <s:submit value="%{'Submit'}" />
+ * <s:submit value="%{'Submit the form'}" />
  * 
  * 
*
  * 
  * Render an image submit:
- * <s:submit type="image" value="%{'Submit'}" label="Submit the form" src="submit.gif"/>
+ * <s:submit type="image" value="%{'Submit the form'}" src="submit.gif"/>
  * 
  * 
*
  * 
  * Render an button submit:
- * <s:submit type="button" value="%{'Submit'}" label="Submit the form"/>
+ * <s:submit type="button" value="%{'Submit the form'}"/>
  * 
  * 
*