From 63ca6724f0aa49d1f5c7a827f8279830d13e00e2 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Apr 2006 00:48:44 +0000 Subject: [PATCH] Spelling fix from nbachiyski. fixes #2632 git-svn-id: https://develop.svn.wordpress.org/trunk@3687 602fd350-edb4-49c9-b593-d223f7449a82 --- 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)) {