Closed (fixed)
Project:
Flag Friend
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2009 at 12:26 UTC
Updated:
29 Sep 2009 at 17:40 UTC
There is an error at the localisation. You need to add the t function to this area:
At the function flag_friend_preprocess_flag
case FLAG_FRIEND_FLAGGED:
// Make this link into a remove link with
$vars['link_text'] = t($vars['flag']->unflag_short);
$vars['link_title'] = t($vars['flag']->unflag_long);
Comments
Comment #1
sirkitree commentedThank you, committed to 6-1.x-dev and will be in the next rc