From 0c6e0b3f4ef1163d2b167f3e397f7def2dc47ce6 Mon Sep 17 00:00:00 2001 From: georgestephanis Date: Wed, 1 Jan 2014 21:02:54 +0000 Subject: [PATCH] Sharing: Use the proper translation function. Fixes #9, props @jeherve, @deckerweb --- modules/sharedaddy/sharing-sources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sharedaddy/sharing-sources.php b/modules/sharedaddy/sharing-sources.php index 6d60df40f7491..5d3e08de5710c 100644 --- a/modules/sharedaddy/sharing-sources.php +++ b/modules/sharedaddy/sharing-sources.php @@ -496,7 +496,7 @@ public function get_display( $post ) { if ( $this->smart ) return '
'; else - return $this->get_link( get_permalink( $post->ID ), __( 'Reddit', 'share to', 'jetpack' ), __( 'Click to share on Reddit', 'jetpack' ), 'share=reddit' ); + return $this->get_link( get_permalink( $post->ID ), _x( 'Reddit', 'share to', 'jetpack' ), __( 'Click to share on Reddit', 'jetpack' ), 'share=reddit' ); } public function process_request( $post, array $post_data ) {