From 61b6e5ae207ec7679521f55ae8e3c2f3f92dc2a9 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 18 Mar 2010 20:50:00 +0000 Subject: [PATCH] s/blog/site/. props ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@13755 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index dbad9f2a81..f35186bc8c 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -10,7 +10,7 @@ require_once('admin.php'); if ( ! current_user_can( 'activate_plugins' ) ) - wp_die( __( 'You do not have sufficient permissions to manage plugins for this blog.' ) ); + wp_die( __( 'You do not have sufficient permissions to manage plugins for this site.' ) ); if ( isset($_POST['clear-recent-list']) ) $action = 'clear-recent-list';