Closed (fixed)
Project:
Blogger
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2006 at 03:04 UTC
Updated:
16 Apr 2007 at 04:01 UTC
Blogger block title is not handled by translation function.
Suggested fix:
function blogger_block
{
...
// before:
// $block['subject'] = 'Bloggers';
//after:
$block['subject'] = t('Bloggers');
...
}
Comments
Comment #1
drupalnesia commentedthanks.
Comment #2
(not verified) commented