Active
Project:
User Activity
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2010 at 05:21 UTC
Updated:
4 Sep 2010 at 05:37 UTC
We need to replace existing string 120:
$output .= '<div>'. l('more', 'user_activity') .'</div>';
by new one:
$output .= theme_more_link('/user_activity', t('Activity'));
"more" link in the block will be be translated correctly.
Comments
Comment #1
Ivan Simonov commentedalso string 'User activity' conflicts with existing one and have different interpretations
Suggest to change 'User activity' string to 'Users activity'
It help to avoid conflicts and translate it correctly.