From a14a6c1201b773cd2ef57a7526190ff43d20fe22 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 14 Dec 2006 12:07:08 +0000 Subject: WP Merge to rev 4646 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@824 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-admin/plugins.php') diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index d8fce65..304eb64 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -147,11 +147,11 @@ if (empty($plugins)) { } ?> -

%s directory and it will be automatically deactivated.', PLUGINDIR)); ?>

+

%s directory and it will be automatically deactivated.'), PLUGINDIR); ?>

WordPress plugin directory.'); ?>

-

%s directory. Once a plugin is uploaded, you may activate it here.', PLUGINDIR)); ?>

+

%s directory. Once a plugin is uploaded, you may activate it here.'), PLUGINDIR); ?>

-- cgit