Skip to content

Commit 1f9cc60

Browse files
author
Michiel Verkoijen
committed
Simplified message instead of "1 size being compressed".
1 parent b97c8cf commit 1f9cc60

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/views/compress-details-processing.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<div class="details">
33
<span class="icon spinner"></span>
44
<span class="message">
5-
<strong><?php echo count( $in_progress ) ?></strong>
6-
<span><?php echo _n( 'size being compressed', 'sizes being compressed', count( $in_progress ), 'tiny-compress-images' ) ?></span>
5+
<span><?php esc_html_e( 'compressing', 'tiny-compress-images' ) ?></span>
76
</span>
87
</div>
98
</div>

0 commit comments

Comments
 (0)