summaryrefslogtreecommitdiff
path: root/modules/ping.module
diff options
context:
space:
mode:
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;
}