Link is not translated
fantasma - March 10, 2008 - 14:30
| Project: | Views Actions Links |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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
