Index: openidurl.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openidurl/Attic/openidurl.module,v
retrieving revision 1.7.2.12
diff -u -r1.7.2.12 openidurl.module
--- openidurl.module	26 Aug 2009 20:56:12 -0000	1.7.2.12
+++ openidurl.module	26 Aug 2009 21:19:40 -0000
@@ -19,7 +19,7 @@
       $output.= '<li>'. t('Configure the <a href="@userpermissions">user permission</a> to allow users to set their own personal OpenID provider that appears in their <a href="@user">user profile</a>. Make sure annonymous users have access to view the user profile in order to make this work.', array('@user' => url('user'), '@userpermissions' => url('admin/user/permissions', array('fragment' => 'module-openidurl')))) .'</li></ol>';
       return $output;
     case 'admin/settings/openidurl':
-      return '<p>'. t('The following allows you to modify the global OpenID provider that appears on the <a href="@front">front page</a>.', array('@front' => url()));
+      return '<p>'. t('The following allows you to modify the global OpenID provider that appears on the <a href="@front">front page</a>. Once set, and your server is accessible externally, you may <a href="@test" target="_blank">test these settings</a>.', array('@front' => url(), '@test' => 'http://www.openidenabled.com/resources/openid-test/checkup/start?openid_url='. urlencode(url('<front>', array('absolute' => TRUE)))));
   }
 }
 
@@ -99,7 +99,7 @@
     $fields['openidurl'] = array(
       '#type' => 'fieldset',
       '#title' => 'OpenID URL',
-      '#description' => t('Delegate your user profile as an <a href="@openid">OpenID</a>.', array('@openid' => 'http://openid.net')),
+      '#description' => t('Delegate your user profile as an <a href="@openid">OpenID</a>. Once set, you may <a href="@test" target="_blank">test these settings</a>.', array('@openid' => 'http://openid.net', '@test' => 'http://www.openidenabled.com/resources/openid-test/checkup/start?openid_url='. urlencode(url('user/'. $user->uid, array('absolute' => TRUE))))),
       '#collapsible' => TRUE,
       '#collapsed' => TRUE,
     );
