summaryrefslogtreecommitdiff
path: root/modules/ping.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-01 15:55:02 +0000
commita3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch)
tree4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/ping.module
parent71c021c6f70b2a16ea210a554344645a638db636 (diff)
downloadbrdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz
brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
Diffstat (limited to 'modules/ping.module')
-rw-r--r--modules/ping.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping.module b/modules/ping.module
index 11835f3d9..bf392c586 100644
--- a/modules/ping.module
+++ b/modules/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;
}