Skip to content

Commit 841e645

Browse files
authored
crunching -> processing
1 parent 0769fa6 commit 841e645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ function wp_default_scripts( $scripts ) {
10021002
'file_cancelled' => __( 'File canceled.' ),
10031003
'upload_stopped' => __( 'Upload stopped.' ),
10041004
'dismiss' => __( 'Dismiss' ),
1005-
'crunching' => __( 'Crunching…' ),
1005+
'processing' => __( 'Processing…' ),
10061006
'deleted' => __( 'moved to the Trash.' ),
10071007
/* translators: %s: File name. */
10081008
'error_uploading' => __( '“%s” has failed to upload.' ),

0 commit comments

Comments
 (0)