diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
commit | 9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch) | |
tree | 681a03fe40b520b54fbf41c995ea928d2310edb7 /modules/ping/ping.module | |
parent | d8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff) | |
download | brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2 |
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'modules/ping/ping.module')
-rw-r--r-- | modules/ping/ping.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 7c4a894e9..c84b6a325 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -12,7 +12,7 @@ function ping_help($section) { switch ($section) { case 'admin/help#ping': - $output = '<p>'. t('The ping module is useful for notifying interested sites that your site has changed. It automatically sends notifications (called "pings") to the <a href="%external-http-pingomatic-com">pingomatic</a> service to tell it that your site has changed. In turn pingomatic will ping other services such as weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.', array('%external-http-pingomatic-com' => 'http://pingomatic.com/')) .'</p>'; + $output = '<p>'. t('The ping module is useful for notifying interested sites that your site has changed. It automatically sends notifications (called "pings") to the <a href="%external-http-pingomatic-com">pingomatic</a> service to tell it that your site has changed. In turn pingomatic will ping other services such as weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.', array('%external-http-pingomatic-com' => 'http://pingomatic.com/')) .'</p>'; $output .= '<p>'. t('The ping module requires <code>cron</code> or a similar periodic job scheduler to be enabled.') .'</p>'; $output .= t('<p>You can:</p> <ul> |