Index: wp-admin/templates.php
===================================================================
--- wp-admin/templates.php	(revision 3682)
+++ wp-admin/templates.php	(working copy)
@@ -39,7 +39,7 @@
 	check_admin_referer();
 
 	if ( ! current_user_can('edit_files') )
-		die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>');
+		die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>');
 
 	$newcontent = stripslashes($_POST['newcontent']);
 	if (is_writeable($real_file)) {
