From 8a95a0d25d55f0c025c174e86575e7b48f17d2ae Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 25 Jun 2010 15:04:54 +0000 Subject: [PATCH] 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 --- wp-admin/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import.php b/wp-admin/import.php index d3ade57a26..08c5daf060 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -130,7 +130,7 @@ if (empty ($importers)) { } if ( current_user_can('install_plugins') ) - echo '

' . sprintf('If the importer you need is not listed, search the plugins directory to see if an importer is available.', esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '

'; + echo '

' . sprintf( __('If the importer you need is not listed, search the plugins directory to see if an importer is available.'), esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '

'; ?>