? links-module-capitalization.patch
? links-module-hyperlink.patch
Index: links.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/links/links.module,v
retrieving revision 1.18
diff -u -p -r1.18 links.module
--- links.module	28 Jan 2007 04:40:59 -0000	1.18
+++ links.module	12 Jun 2007 16:49:28 -0000
@@ -80,7 +80,7 @@ function links_settings_form() {
   
   $form['security_settings']['security_link'] = array(
     '#type' => 'markup',
-    '#value' => t("You can set the permissions of who is allowed to view the count of how many people have followed each link in the %link.", array('%link'=>l(t('access control page'),'admin/access'))),
+    '#value' => t("You can set the permissions of who is allowed to view the count of how many people have followed each link in the !link.", array('!link'=>l(t('access control page'),'admin/user/access'))),
   );
 
   return system_settings_form($form);
Index: links_related.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/links/links_related.module,v
retrieving revision 1.16
diff -u -p -r1.16 links_related.module
--- links_related.module	28 Jan 2007 04:40:59 -0000	1.16
+++ links_related.module	12 Jun 2007 16:49:28 -0000
@@ -81,7 +81,7 @@ function links_related_settings() {
   $form['link_settings'] = array(
     '#type' => 'fieldset',
     '#title' => t('Link display settings'),
-    '#description' => t("Other settings for how the links behave and how they are displayed are available in the %linksettingspage.", array('%linksettingspage'=>l(t('links module settings page'),'admin/settings/links'))),
+    '#description' => t("Other settings for how the links behave and how they are displayed are available in the !linksettingspage.", array('!linksettingspage'=>l(t('links module settings page'),'admin/settings/links'))),
   );
 
   $form['link_settings']['links_related_display_teaser'] = array(
@@ -134,7 +134,7 @@ function links_related_settings() {
 
   $form['types'] = array(
     '#type' => 'markup',
-    '#value' =>'<p>' . t("To choose what content types have link URLs available, use the %workflowpage to set the 'has related links url' attribute for the desired node types. Note that you may need to revisit this setting if you add modules that define new node types, because the default is OFF for each content type." . "</p>", array('%workflowpage'=>l(t('default content workflow page'),'admin/settings/content-types'))),
+    '#value' =>'<p>' . t("To choose what content types have link URLs available, use the !contenttypespage to set the 'has related links url' attribute for the desired node types. Note that you may need to revisit this setting if you add modules that define new node types, because the default is OFF for each content type." . "</p>", array('!contenttypespage'=>l(t('content types page'),'admin/content/types'))),
   );
   
   return system_settings_form($form);
Index: links_weblink.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/links/links_weblink.module,v
retrieving revision 1.17
diff -u -p -r1.17 links_weblink.module
--- links_weblink.module	28 Jan 2007 17:06:24 -0000	1.17
+++ links_weblink.module	12 Jun 2007 16:49:28 -0000
@@ -250,7 +250,7 @@ that module, and enable if needed, in th
   $form['link_settings'] = array(
     '#type' => 'fieldset',
     '#title' => t('Link display settings'),
-    '#description' => t("Other settings for how weblinks behave and how they are displayed are available in the %linksettingspage.", array('%linksettingspage'=>l(t('links module settings page'),'admin/settings/links'))),
+    '#description' => t("Other settings for how weblinks behave and how they are displayed are available in the !linksettingspage.", array('!linksettingspage'=>l(t('links module settings page'),'admin/settings/links'))),
   );
 
   $form['link_settings']['links_weblink_display_teaser'] = array(
