diff --git a/wp-content/themes/twentytwelve/archive.php b/wp-content/themes/twentytwelve/archive.php index 534607b40f..b56e5ffa0f 100644 --- a/wp-content/themes/twentytwelve/archive.php +++ b/wp-content/themes/twentytwelve/archive.php @@ -31,7 +31,7 @@ get_header(); ?> } elseif ( is_category() ) { printf( __( 'Category Archives: %s', 'twentytwelve' ), '' . single_cat_title( '', false ) . '' ); } else { - _e( ' Archives', 'twentytwelve' ); + _e( 'Archives', 'twentytwelve' ); } ?>