Comments

szecsodimlaszlo’s picture

There 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');

dvandijk’s picture

Issue summary: View changes
StatusFileSize
new491 bytes

Here the patch for the translatable label