diff --git a/wp-admin/templates.php b/wp-admin/templates.php index 938b84c4e1..48da99663c 100644 --- a/wp-admin/templates.php +++ b/wp-admin/templates.php @@ -39,7 +39,7 @@ case 'update': check_admin_referer(); if ( ! current_user_can('edit_files') ) - die('

'.__('You have do not have sufficient permissions to edit templates for this blog.').'

'); + die('

'.__('You do not have sufficient permissions to edit templates for this blog.').'

'); $newcontent = stripslashes($_POST['newcontent']); if (is_writeable($real_file)) {