From e77157291af15b7652b97972c9571e2bc5ed5719 Mon Sep 17 00:00:00 2001 From: ulaulaman <34242086+ulaulaman@users.noreply.github.com> Date: Tue, 30 Jan 2018 02:05:59 +0100 Subject: [PATCH] 0.5.3 fix lang --- widget-for-co-authors.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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