Blogger block title is not handled by translation function.

Suggested fix:

function blogger_block
{
...
// before:
// $block['subject'] = 'Bloggers';
//after:
$block['subject'] = t('Bloggers');
...
}

Comments

drupalnesia’s picture

Status: Active » Fixed

thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)