diff --git a/category.php b/category.php index 82c7364..dfe2d8b 100755 --- a/category.php +++ b/category.php @@ -5,7 +5,7 @@ * Displays category archives. * Learn more: http://codex.wordpress.org/Template_Hierarchy * - * @package Atticus Finch + * @package Portage */ get_header(); @@ -17,7 +17,7 @@ get_header();

%s” category:', 'atticus-finch' ), single_cat_title( '', false ) ); + printf( __( 'Posts contained in the “%s” category:', 'portage' ), single_cat_title( '', false ) ); ?>