Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

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

    r45730 r45932  
    10481048                'Heading 6'                            => array( __( 'Heading 6' ), 'access6' ),
    10491049
    1050                 /* translators: block tags */
     1050                /* translators: Block tags. */
    10511051                'Blocks'                               => _x( 'Blocks', 'TinyMCE' ),
    10521052                'Paragraph'                            => array( __( 'Paragraph' ), 'access7' ),
     
    11861186                'Replace'                              => _x( 'Replace', 'find/replace' ),
    11871187                'Next'                                 => _x( 'Next', 'find/replace' ),
    1188                 /* translators: previous */
     1188                /* translators: Previous. */
    11891189                'Prev'                                 => _x( 'Prev', 'find/replace' ),
    11901190                'Whole words'                          => _x( 'Whole words', 'find/replace' ),
     
    12611261                'Show invisible characters'            => __( 'Show invisible characters' ),
    12621262
    1263                 /* translators: word count */
     1263                /* translators: Word count. */
    12641264                'Words: {0}'                           => sprintf( __( 'Words: %s' ), '{0}' ),
    12651265                'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' =>
Note: See TracChangeset for help on using the changeset viewer.