summaryrefslogtreecommitdiffstats
path: root/wp-admin/plugins.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-12-14 12:07:08 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-12-14 12:07:08 +0000
commita14a6c1201b773cd2ef57a7526190ff43d20fe22 (patch)
tree630d05fff5e6f6aa36ee3d8eb5b206f102617a65 /wp-admin/plugins.php
parent040b8591582940de99442bb1de04afdf9d3daf59 (diff)
downloadwordpress-mu-a14a6c1201b773cd2ef57a7526190ff43d20fe22.tar.gz
wordpress-mu-a14a6c1201b773cd2ef57a7526190ff43d20fe22.tar.xz
wordpress-mu-a14a6c1201b773cd2ef57a7526190ff43d20fe22.zip
WP Merge to rev 4646
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@824 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/plugins.php')
-rw-r--r--wp-admin/plugins.php4
1 files changed, 2 insertions, 2 deletions
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)) {
}
?>
-<p><?php _e(sprintf('If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the <code>%s</code> directory and it will be automatically deactivated.', PLUGINDIR)); ?></p>
+<p><?php printf(__('If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the <code>%s</code> directory and it will be automatically deactivated.'), PLUGINDIR); ?></p>
<h2><?php _e('Get More Plugins'); ?></h2>
<p><?php _e('You can find additional plugins for your site in the <a href="http://wordpress.org/extend/plugins/">WordPress plugin directory</a>.'); ?></p>
-<p><?php _e(sprintf('To install a plugin you generally just need to upload the plugin file into your <code>%s</code> directory. Once a plugin is uploaded, you may activate it here.', PLUGINDIR)); ?></p>
+<p><?php printf(__('To install a plugin you generally just need to upload the plugin file into your <code>%s</code> directory. Once a plugin is uploaded, you may activate it here.'), PLUGINDIR); ?></p>
</div>