Index: modules/onlinestatus/onlinestatus.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/onlinestatus/onlinestatus.module,v
retrieving revision 1.12
diff -u -r1.12 onlinestatus.module
--- modules/onlinestatus/onlinestatus.module	27 Apr 2006 23:06:17 -0000	1.12
+++ modules/onlinestatus/onlinestatus.module	28 May 2006 05:25:24 -0000
@@ -121,7 +121,7 @@
   $form['general']['onlinestatus_messengers'] = array ('#type' => 'select', '#multiple' => true, '#title' => t('Use this messengers'), '#options' => onlinestatus_get_messengers(false), '#default_value' => variable_get('onlinestatus_messengers', array ()), '#description' => t('Select all messengers that you want to support on your Homepage.'));
   
   $form['general']['onlinestatus_osidescription'] = array('#type' => 'markup', '#value' => 
-    t('<p><strong>This Module needs an <a href="%url">Online Status Indicator Server</a> to query the MSN and Jabber Onlinestatus.</strong></p>').
+    t('<p><strong>This Module needs an <a href="%url">Online Status Indicator Server</a> to query the MSN and Jabber Onlinestatus.</strong></p>', array('%url' => 'http://www.onlinestatus.org/')).
     t('<p>Online Status Indicator is a service that lets you put a small image on a web page to show if you are online on AOL Instant Messenger, ICQ, IRC, Jabber, MSN Messenger,  and Yahoo Messenger.</p>').
     t('<p>The recommended way is to install your own Online Status Indicator Server, if you don\'t have a Server with Java support and Shell access you can use one of the servers listet on onlinestatus.org ')
   );  
