Typo fixes from mdawaffe. fixes #3474

git-svn-id: https://develop.svn.wordpress.org/trunk@4664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-12-27 00:51:00 +00:00
parent d57cc26c58
commit 4942019a9c
5 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ $plugins = get_plugins();
if (empty($plugins)) {
echo '<p>';
_e("Couldn&8217;t open plugins directory or there are no plugins available."); // TODO: make more helpful
_e("Couldn&#8217;t open plugins directory or there are no plugins available."); // TODO: make more helpful
echo '</p>';
} else {
?>