From c5fe14aa7229597ce5309b10b900ac4db07bd319 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 4 Apr 2006 00:48:44 +0000 Subject: [PATCH] Spelling fix from nbachiyski. fixes #2632 git-svn-id: http://svn.automattic.com/wordpress/trunk@3687 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {