Index: src/wp-admin/update-core.php
===================================================================
--- src/wp-admin/update-core.php	(revision 25650)
+++ src/wp-admin/update-core.php	(working copy)
@@ -166,7 +166,7 @@
 		} elseif ( ! $ssl_support ) {
 			echo '<div class="error inline"><p><strong>BETA TESTERS:</strong> Your server does not support HTTP requests over SSL. This install will not receive auto updates.</p></div>';
 		} elseif ( WP_Automatic_Upgrader::is_vcs_checkout( ABSPATH ) ) {
-			echo '<div class="error inline"><p><strong>BETA TESTERS:</strong> This install uses version control (SVN or Git) and thus will not receive auto updates. Try a separate install of WordPress with the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">Beta Tester</a> plugin set to bleeding edge.</p></div>';
+			echo '<div class="error inline"><p><strong>BETA TESTERS:</strong> This install uses version control and thus will not receive auto updates. Try a separate install of WordPress with the <a href="http://wordpress.org/plugins/wordpress-beta-tester/">Beta Tester</a> plugin set to bleeding edge.</p></div>';
 		}
 	}
 
