i18n a string in import.php. props vanillalounge, fixes #14086 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@15326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-25 15:04:54 +00:00
parent 8a0c54e243
commit 8a95a0d25d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ if (empty ($importers)) {
} }
if ( current_user_can('install_plugins') ) if ( current_user_can('install_plugins') )
echo '<p>' . sprintf('If the importer you need is not listed, <a href="%s">search the plugins directory</a> to see if an importer is available.', esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '</p>'; echo '<p>' . sprintf( __('If the importer you need is not listed, <a href="%s">search the plugins directory</a> to see if an importer is available.'), esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '</p>';
?> ?>
</div> </div>