From d7de7a6a6ae02a6f1e818ef8c5f62874e0755de0 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 Dec 2005 11:57:18 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@469 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-admin/plugin-editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-inst/wp-admin/plugin-editor.php') diff --git a/wp-inst/wp-admin/plugin-editor.php b/wp-inst/wp-admin/plugin-editor.php index 223b563..4a46027 100644 --- a/wp-inst/wp-admin/plugin-editor.php +++ b/wp-inst/wp-admin/plugin-editor.php @@ -36,7 +36,7 @@ switch($action) { case 'update': if ( !current_user_can('edit_plugins') ) - die(__('

You have do not have sufficient permissions to edit templates for this blog.

')); + die('

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

'); $newcontent = stripslashes($_POST['newcontent']); if (is_writeable($real_file)) { @@ -56,7 +56,7 @@ default: require_once('admin-header.php'); if ( !current_user_can('edit_plugins') ) - die(__('

You have do not have sufficient permissions to edit plugins for this blog.

')); + die('

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

'); update_recently_edited("wp-content/plugins/$file"); -- cgit