We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0769fa6 commit 841e645Copy full SHA for 841e645
src/wp-includes/script-loader.php
@@ -1002,7 +1002,7 @@ function wp_default_scripts( $scripts ) {
1002
'file_cancelled' => __( 'File canceled.' ),
1003
'upload_stopped' => __( 'Upload stopped.' ),
1004
'dismiss' => __( 'Dismiss' ),
1005
- 'crunching' => __( 'Crunching…' ),
+ 'processing' => __( 'Processing…' ),
1006
'deleted' => __( 'moved to the Trash.' ),
1007
/* translators: %s: File name. */
1008
'error_uploading' => __( '“%s” has failed to upload.' ),
0 commit comments