Ticket #27889: 27889.patch
File 27889.patch, 989 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/theme-install.php
202 202 </div> 203 203 204 204 <# if ( data.installed ) { #> 205 <div class="theme-installed"><?php _ e( 'Already Installed' ); ?></div>205 <div class="theme-installed"><?php _x( 'Already Installed', 'theme' ); ?></div> 206 206 <# } #> 207 207 </script> 208 208 … … 211 211 <div class="wp-full-overlay-header"> 212 212 <a href="#" class="close-full-overlay button-secondary"><?php _e( 'Close' ); ?></a> 213 213 <# 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> 215 215 <# } else { #> 216 216 <a href="{{ data.install_url }}" class="button button-primary theme-install"><?php _e( 'Install' ); ?></a> 217 217 <# } #>