[cmsiki-svn] SF.net SVN: cmsiki: [19] trunk/cmsiki/templates/comments/freeform.html
Status: Pre-Alpha
Brought to you by:
cnu
From: <cn...@us...> - 2007-03-29 21:30:28
|
Revision: 19 http://cmsiki.svn.sourceforge.net/cmsiki/?rev=19&view=rev Author: cnu Date: 2007-03-29 14:30:26 -0700 (Thu, 29 Mar 2007) Log Message: ----------- Fixed typo in comment form button Modified Paths: -------------- trunk/cmsiki/templates/comments/freeform.html Modified: trunk/cmsiki/templates/comments/freeform.html =================================================================== --- trunk/cmsiki/templates/comments/freeform.html 2007-03-29 21:00:34 UTC (rev 18) +++ trunk/cmsiki/templates/comments/freeform.html 2007-03-29 21:30:26 UTC (rev 19) @@ -5,7 +5,7 @@ <input type="hidden" name="options" value="{{ options }}" /> <input type="hidden" name="target" value="{{ target }}" /> <input type="hidden" name="gonzo" value="{{ hash }}" /> - <p><input type="submit" name="post" value="Preview comment" /></p> + <p><input type="submit" name="post" value="Post comment" /></p> </form> {% endif %} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |