diff --git a/rpx_widgets.module b/rpx_widgets.module
index ebc49d7..af390c5 100644
--- a/rpx_widgets.module
+++ b/rpx_widgets.module
@@ -359,7 +359,7 @@ function theme_rpx_share_button($variables) {
     'rpx-button-social-sharetip',
   );
 
-  return '<div' . drupal_attributes(array('class' => $button_style, 'id' => 'rpx-link-social-node-'. $node->nid)) . '>share<span' . drupal_attributes(array('class' => $sharetip_style)) . '>Share on:<br/>' . theme('rpx_social_icons') . '</span></div>';
+  return '<div' . drupal_attributes(array('class' => $button_style, 'id' => 'rpx-link-social-node-'. $node->nid)) . '>' . t('share') . '<span' . drupal_attributes(array('class' => $sharetip_style)) . '>' . t('Share on:') . '<br/>' . theme('rpx_social_icons') . '</span></div>';
 }
 
 /**
@@ -481,4 +481,4 @@ function _rpx_event_enabled($event_name) {
  */
 function rpx_widgets_comment_insert($comment) {
   $_SESSION['rpx_comment_social_cid'] = $comment->cid;
-}
\ No newline at end of file
+}
