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/widgets/class-wp-widget-media-gallery.php

    r45306 r45932  
    201201                                            echo esc_attr(
    202202                                                sprintf(
    203                                                     /* translators: %s: the image file name. */
     203                                                    /* translators: %s: The image file name. */
    204204                                                    __( 'The current image has no alternative text. The file name is: %s' ),
    205205                                                    '{{ attachment.filename }}'
     
    215215                                        <?php
    216216                                            printf(
    217                                                 /* translators: %s: the amount of additional, not visible images in the gallery widget preview. */
     217                                                /* translators: %s: The amount of additional, not visible images in the gallery widget preview. */
    218218                                                __( 'Additional images added to this gallery: %s' ),
    219219                                                '{{ data.ids.length - 5 }}'
Note: See TracChangeset for help on using the changeset viewer.