Make WordPress Core


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

    r40784 r40812  
    3131        $this->l10n = array_merge( $this->l10n, array(
    3232            'no_media_selected' => __( 'No audio selected' ),
    33             'add_media' => _x( 'Add Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
    34             'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
    35             'edit_media' => _x( 'Edit Audio', 'label for button in the audio widget; should not be longer than ~13 characters long' ),
     33            'add_media' => _x( 'Add Audio', 'label for button in the audio widget' ),
     34            'replace_media' => _x( 'Replace Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long' ),
     35            'edit_media' => _x( 'Edit Audio', 'label for button in the audio 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.