diff options
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 11835f3d9..bf392c586 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -18,7 +18,7 @@ function ping_help($section) { break; case 'admin/modules#description': - $output = t('Alerts other sites that your site has been updated.'); + $output = t('Alerts other sites when your site has been updated.'); break; } |