Make WordPress Core


Ignore:
Timestamp:
05/21/2017 08:43:36 PM (8 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.php

    r40640 r40812  
    5858        $l10n_defaults = array(
    5959            'no_media_selected' => __( 'No media selected' ),
    60             'add_media' => _x( 'Add Media', 'label for button in the media widget; should not be longer than ~13 characters long' ),
    61             'replace_media' => _x( 'Replace Media', 'label for button in the media widget; should not be longer than ~13 characters long' ),
    62             'edit_media' => _x( 'Edit Media', 'label for button in the media widget; should not be longer than ~13 characters long' ),
     60            'add_media' => _x( 'Add Media', 'label for button in the media widget' ),
     61            'replace_media' => _x( 'Replace Media', 'label for button in the media widget; should preferably not be longer than ~13 characters long' ),
     62            'edit_media' => _x( 'Edit Media', 'label for button in the media widget; should preferably not be longer than ~13 characters long' ),
    6363            'add_to_widget' => __( 'Add to Widget' ),
    6464            'missing_attachment' => sprintf(
Note: See TracChangeset for help on using the changeset viewer.