Index: links.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/links/links.module,v
retrieving revision 1.13
diff -F^f -r1.13 links.module
59c59
<     '#options' => array(0=>t("display as title"), 1=>t("display as url"), 2=>t("only display the 'visit external link' text")),
---
>     '#options' => array(0=>t("display as title"), 1=>t("display as url"), 2=>t("only display the 'visit linked page' text")),
61c61
<     '#description' => t("Users are able to visit links via the node links list. This setting toggles how the visit link is displayed, either containing the node title or the node target URL or just the words 'visit external link'"),
---
>     '#description' => t("Users are able to visit links via the node links list. This setting toggles how the visit link is displayed, either containing the node title or the node target URL or just the words 'visit linked page'"),
