i18n fixes from nbachiyski. #2006

git-svn-id: http://svn.automattic.com/wordpress/trunk@3262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2005-12-02 22:37:02 +00:00
parent 3f1e55afc3
commit 843a9afbfc
9 changed files with 39 additions and 37 deletions

View File

@@ -27,7 +27,7 @@ if ($imports_dir) {
$importers = get_importers();
if (empty ($importers)) {
_e("<p>No importers are available.</p>"); // TODO: make more helpful
echo '<p>'.__('No importers are available.').'</p>'; // TODO: make more helpful
} else {
?>
<table width="100%" cellpadding="3" cellspacing="3">