Typo fix from nbachiyski. fixes #8412

git-svn-id: http://svn.automattic.com/wordpress/trunk@9950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-28 21:03:12 +00:00
parent 7bd34b2e43
commit 5965de77b0
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ function wp_install_plugin_local_package($package, $feedback = '') {
if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) {
$wp_filesystem->delete($working_dir, true);
return new WP_Error('install_folder_exists', __('Folder allready exists.'), $filelist[0] );
return new WP_Error('install_folder_exists', __('Folder already exists.'), $filelist[0] );
}
apply_filters('install_feedback', __('Installing the plugin'));