Index: src/wp-includes/comment-template.php
===================================================================
--- src/wp-includes/comment-template.php	(revision 43117)
+++ src/wp-includes/comment-template.php	(working copy)
@@ -2270,7 +2270,7 @@
 					 '<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>',
 		'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' .
 					 '<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
-					 __( 'Save my name, email, and site URL in my browser for next time I post a comment.' ) . '</label></p>',
+					 __( 'Save my name, email, and website in this browser for the next time I comment.' ) . '</label></p>',
 	);
 
 	$required_text = sprintf( ' ' . __( 'Required fields are marked %s' ), '<span class="required">*</span>' );
