--- template-functions-post.php	2006-01-09 14:01:35.912486600 +0100
+++ template-functions-post.php.c	2006-01-15 21:53:21.718750000 +0100
@@ -3,7 +3,7 @@
 function get_the_password_form() {
 	$output = '<form action="' . get_settings('siteurl') . '/wp-pass.php" method="post">
 	<p>' . __("This post is password protected. To view it please enter your password below:") . '</p>
-	<p><label>' . __("Password:") . ' <input name="post_password" type="password" size="20" /></label> <input type="submit" name="' . __("Submit") . '" value="Submit" /></p>
+	<p><label>' . __("Password:") . ' <input name="post_password" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . __("Submit") . '" /></p>
 	</form>
 	';
 	return $output;
