Make WordPress Core


Ignore:
Timestamp:
07/13/2014 03:12:00 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Make panel title translatable too.

props michalzuber.
see #27406.

File:
1 edited

Legend:

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

    r29034 r29135  
    132132                            echo sprintf( __( 'You are previewing %s' ), '<strong class="theme-name">' . $wp_customize->theme()->display('Name') . '</strong>' );
    133133                        } else {
    134                             /* translators: %s is the site title in the Customize pane */
     134                            /* translators: %s is the site/panel title in the Customize pane */
    135135                            echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' );
    136136                        }
Note: See TracChangeset for help on using the changeset viewer.