diff --git a/wp-content/themes/twentyten/attachment.php b/wp-content/themes/twentyten/attachment.php index c1f425e386..14fe382cbb 100644 --- a/wp-content/themes/twentyten/attachment.php +++ b/wp-content/themes/twentyten/attachment.php @@ -17,7 +17,7 @@

← %s' ), get_the_title( $post->post_parent ) ); + printf( __( ' %s', 'twentyten' ), get_the_title( $post->post_parent ) ); ?>

>