Make WordPress Core


Ignore:
Timestamp:
05/21/2017 08:43:36 PM (9 years ago)
Author:
afercia
Message:

Widgets: clarify some context information for translators.

Props Italian polyglots team.
Amends [40640].
See #32417, #39993, #39994, #39995.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-media-image.php

    r40640 r40812  
    3131                $this->l10n = array_merge( $this->l10n, array(
    3232                        'no_media_selected' => __( 'No image selected' ),
    33                         'add_media' => _x( 'Add Image', 'label for button in the image widget; should not be longer than ~13 characters long' ),
    34                         'replace_media' => _x( 'Replace Image', 'label for button in the image widget; should not be longer than ~13 characters long' ),
    35                         'edit_media' => _x( 'Edit Image', 'label for button in the image widget; should not be longer than ~13 characters long' ),
     33                        'add_media' => _x( 'Add Image', 'label for button in the image widget' ),
     34                        'replace_media' => _x( 'Replace Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ),
     35                        'edit_media' => _x( 'Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ),
    3636                        'missing_attachment' => sprintf(
    3737                                /* translators: placeholder is URL to media library */
Note: See TracChangeset for help on using the changeset viewer.