Make WordPress Core

Changeset 28159 for trunk


Ignore:
Timestamp:
04/19/2014 06:07:30 PM (12 years ago)
Author:
nacin
Message:

Context for 'Installed' and 'Already Installed' theme strings.

props SergeyBiryukov.
see #27889, for trunk.

File:
1 edited

Legend:

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

    r28126 r28159  
    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>
     
    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>
Note: See TracChangeset for help on using the changeset viewer.