Make WordPress Core


Ignore:
Timestamp:
03/26/2015 08:55:34 PM (10 years ago)
Author:
ocean90
Message:

Improve newly added strings for i18n:

  • Use a placeholder for the theme name to be able to reorder words.
  • Uppercase D for "Theme Details" to match existing strings.
  • Merge two revision date formats.
  • Add translator comment to strings with placeholders.

props obenland.
see #31776.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-section.php

    r31542 r31905  
    354354                <?php endif; ?>
    355355                </h2>
    356                 <div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme details' ); ?>"></div>
     356                <div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme Details' ); ?>"></div>
    357357                <div id="customize-container"></div>
    358358                <?php if ( 6 < count( $this->controls ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.