Hello,
I am doing the translation in greek for this package and I found that when showing the links the label down the text named "Visit link_name_or_URL" can not be translated and does not exist in .pot files.
I found its existence in links.inc in function links_get_list.

is something missing to me ?

Comments

jvlagsma’s picture

I changed in file links.inc this line:
$visit = $page ? '' : 'Visit';

to this:
$visit = $page ? '' : t('Visit');

syscrusher’s picture

Assigned: Unassigned » syscrusher
Status: Active » Fixed

This issue is fixed in the current releases of Links for Drupal 5 and Drupal 6. Thanks for the bug report.

Kind regards,

Scott

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.