Skip to content

Commit

Permalink
Use language translate fx #2164
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Oct 17, 2017
1 parent 0ce22a4 commit b2fc23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public function selected( $option_value, $value ) {
$selected = '';
if ( stristr( $value, $option_value ) ) {
$selected = 'selected';
} elseif ( strrpos( $value, '_' ) && stristr( $option_value, 'Import as Meta' ) ) {
} elseif ( strrpos( $value, '_' ) && stristr( $option_value, __( 'Import as Meta', 'give' ) ) ) {
$selected = 'selected';
}

Expand Down

0 comments on commit b2fc23d

Please sign in to comment.