diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 277be1ba4b..7f9d227c0f 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -82,9 +82,9 @@ $comment_number_template = _n( '1 Comment', '% Comments', get_comments_number(),
-%2$s photos.', 'twentyten' ),
+ %2$s photo.', 'This gallery contains %2$s photos.', $total_images, 'twentyten' ),
'href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"',
- $total_images
+ number_format_i18n( $total_images )
); ?>