Active
Project:
Views Actions Links
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2008 at 14:30 UTC
Updated:
10 Mar 2008 at 14:30 UTC
When using your very nice modul in a multilingual system, i was not able to translate the action link. I fixed it at line 99:
return l(t($action['description']), 'views_actions_links/action/' . $action['function'] . '/' . $nid, array(), drupal_get_destination());
Could you please extend your modul with the missing t().
Thanks an kind regards