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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user