Active
Project:
Janrain Social Login
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2013 at 19:00 UTC
Updated:
21 Jul 2017 at 11:16 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
szecsodimlaszlo commentedThere should be a small change in rpx_widgets.module / function theme_rpx_share_button():
$text = isset($args['text']) ? $args['text'] : 'Share on';=>
$text = isset($args['text']) ? $args['text'] : t('Share on');Comment #2
dvandijk commentedHere the patch for the translatable label