Make WordPress Core

Ticket #27889: 27889.patch

File 27889.patch, 989 bytes (added by SergeyBiryukov, 11 years ago)
  • src/wp-admin/theme-install.php

     
    202202        </div>
    203203
    204204        <# if ( data.installed ) { #>
    205                 <div class="theme-installed"><?php _e( 'Already Installed' ); ?></div>
     205                <div class="theme-installed"><?php _x( 'Already Installed', 'theme' ); ?></div>
    206206        <# } #>
    207207</script>
    208208
     
    211211                <div class="wp-full-overlay-header">
    212212                        <a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a>
    213213                <# if ( data.installed ) { #>
    214                         <a href="#" class="button button-primary theme-install disabled"><?php _e( 'Installed' ); ?></a>
     214                        <a href="#" class="button button-primary theme-install disabled"><?php _x( 'Installed', 'theme' ); ?></a>
    215215                <# } else { #>
    216216                        <a href="{{ data.install_url }}" class="button button-primary theme-install"><?php _e( 'Install' ); ?></a>
    217217                <# } #>