Make WordPress Core


Ignore:
Timestamp:
01/21/2010 09:37:43 PM (14 years ago)
Author:
ryan
Message:

i18n fixes. Props nbachiyski. fixes #11954

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r12755 r12789  
    8080
    8181    if ( is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code() )
    82         return new WP_Error('fs_error', __('Filesystem error'), $wp_filesystem->errors);
     82        return new WP_Error('fs_error', __('Filesystem error.'), $wp_filesystem->errors);
    8383
    8484    //Get the base plugin folder
     
    9595
    9696    if ( ! $deleted )
    97         return new WP_Error('could_not_remove_theme', sprintf(__('Could not fully remove the theme %s'), $template) );
     97        return new WP_Error('could_not_remove_theme', sprintf(__('Could not fully remove the theme %s.'), $template) );
    9898
    9999    // Force refresh of theme update information
Note: See TracChangeset for help on using the changeset viewer.