Make WordPress Core

Ticket #36173: 36173.21.2.diff

File 36173.21.2.diff, 1.3 KB (added by dimadin, 9 years ago)
  • wp-admin/about.php

     
    7979                        <div class="col">
    8080                                <img src="https://cldup.com/0iRJNVbt4G.png" />
    8181                                <h3><?php _e( 'Live Responsive Previews' ); ?></h3>
    82                                 <?php
     82                                <p><?php
    8383                                if ( current_user_can( 'customize' ) ) {
    84                                         $customize_url = esc_url( admin_url( 'customize.php' ) );
    85                                         $customizer_link = sprintf( __( '<a href="%1$s" class="load-customize">%2$s</a>' ), $customize_url, __( 'customizer' ) );
     84                                        $customize_url = admin_url( 'customize.php' );
     85                                        /* translators: %s: URL to the customizer */
     86                                        printf( __( 'Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the <a href="%s" class="load-customize">customizer</a>.' ), $customize_url );
    8687                                } else {
    87                                         $customizer_link = __( 'customizer' );
     88                                        _e( 'Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.' );
    8889                                }
    89                                 ?>
    90                                 <p><?php printf( __( 'Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the %s.' ), $customizer_link ); ?></p>
     90                                ?></p>
    9191                        </div>
    9292                        <div class="col">
    9393                                <img src="https://cldup.com/HWDA8xR_8G.png" />