diff --git a/widget-for-co-authors.php b/widget-for-co-authors.php index 01c897b..8682ea3 100644 --- a/widget-for-co-authors.php +++ b/widget-for-co-authors.php @@ -1,8 +1,8 @@ ID, $coauthor->user_nicename ); - $show_profile = __( 'Show profile', 'co-authors-widget' ); - $hide_profile = __( 'Hide profile', 'co-authors-widget' ); + $show_profile = __( 'Show profile', 'widget-for-co-authors' ); + $hide_profile = __( 'Hide profile', 'widget-for-co-authors' ); $i = 0; foreach ( $coauthors as $coauthor ) { $i++; @@ -91,10 +91,10 @@ parent::__construct( 'blog_widget', // Widget name in UI -__('Authors', 'co-authors-widget'), +__('Authors', 'widget-for-co-authors'), // Widget description -array( 'description' => __( 'Show avatars and names of the authors', 'co-authors-widget' ), ) +array( 'description' => __( 'Show avatars and names of the authors', 'widget-for-co-authors' ), ) ); } @@ -118,7 +118,7 @@ if ( isset( $instance[ 'title' ] ) ) { $title = $instance[ 'title' ]; } else { -$title = __( 'Written by', 'co-authors-widget' ); +$title = __( 'Written by', 'widget-for-co-authors' ); } // Widget form