Ticket #5911: 5911-25.diff
| File 5911-25.diff, 1.2 KB (added by , 18 years ago) |
|---|
-
wp-includes/js/swfupload/handlers.js
30 30 jQuery('#media-item-' + fileObj.id + ' .bar').width(620*bytesDone/bytesTotal); 31 31 32 32 if ( bytesDone== bytesTotal ) 33 jQuery('#media-item-' + fileObj.id + ' .bar').html('<strong style="display: block; padding-top: 9px; padding-left: 1em;"> Crunching…</strong>');33 jQuery('#media-item-' + fileObj.id + ' .bar').html('<strong style="display: block; padding-top: 9px; padding-left: 1em;">' + swfuploadL10n.crunching + '</strong>'); 34 34 } 35 35 36 36 function prepareMediaItem(fileObj, serverData) { -
wp-includes/script-loader.php
101 101 'file_cancelled' => __('File cancelled.'), 102 102 'upload_stopped' => __('Upload stopped.'), 103 103 'dismiss' => __('Dismiss'), 104 'crunching' => __('Crunching…'), 104 105 ) ); 105 106 106 107 $this->add( 'jquery-ui-tabs', '/wp-includes/js/jquery/ui.tabs.js', array('jquery'), '3' );