Make WordPress Core

Changeset 35230


Ignore:
Timestamp:
10/16/2015 11:30:29 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Merge two warning strings.

Props pavelevap.
Fixes #29740.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r35229 r35230  
    8080    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils', 'list-table'), false, 1 );
    8181    did_action( 'init' ) && $scripts->localize( 'common', 'commonL10n', array(
    82         'warnDelete' => __( "You are about to permanently delete the selected items.\n  'Cancel' to stop, 'OK' to delete." ),
     82        'warnDelete' => __( "You are about to permanently delete these items.\n  'Cancel' to stop, 'OK' to delete." ),
    8383        'dismiss'    => __( 'Dismiss this notice.' ),
    8484    ) );
Note: See TracChangeset for help on using the changeset viewer.