Dear friends,
a minor but significant fix in localization can be found in the page.module / function page_link().

The $links array should look like
$links[] = l(t($page->link), "node/view/$page->nid", array("title" => t($page->description)));

i.e. translating the $page->link and the $page->description

Hopefully, somebody with CVS access could estimate to fix it.

Regards

Comments

leopoldo’s picture

Version is 4.4.2