Make WordPress Core

Changeset 33842


Ignore:
Timestamp:
09/01/2015 01:45:15 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Merge two similar strings.

props pavelevap.
fixes #33643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/async-upload.php

    r33640 r33842  
    9090    echo '<div class="error-div error">
    9191    <a class="dismiss" href="#" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">' . __('Dismiss') . '</a>
    92     <strong>' . sprintf(__('&#8220;%s&#8221; has failed to upload due to an error'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' .
     92    <strong>' . sprintf(__('&#8220;%s&#8221; has failed to upload.'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' .
    9393    esc_html($id->get_error_message()) . '</div>';
    9494    exit;
Note: See TracChangeset for help on using the changeset viewer.