Make WordPress Core

Ticket #8412: another-allready.diff

File another-allready.diff, 619 bytes (added by nbachiyski, 18 years ago)
  • wp-admin/includes/plugin-install.php

     
    868868
    869869        if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) {
    870870                $wp_filesystem->delete($working_dir, true);
    871                 return new WP_Error('install_folder_exists', __('Folder allready exists.'), $filelist[0] );
     871                return new WP_Error('install_folder_exists', __('Folder already exists.'), $filelist[0] );
    872872        }
    873873
    874874        apply_filters('install_feedback', __('Installing the plugin'));