Skip to content

Commit

Permalink
Use slightly different translator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Dec 20, 2024
1 parent b8fa212 commit 42b77bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query-total/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function render_block_core_query_total( $attributes, $content, $block ) {

case 'total-results':
default:
// translators: %d: Total number of posts.
// translators: %d: number of results.
$total_text = sprintf( _n( '%d result found', '%d results found', $max_rows ), $max_rows );
$output = sprintf(
'<p>%s</p>',
Expand Down

0 comments on commit 42b77bb

Please sign in to comment.