From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- modules/ping.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ping.module') 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; } -- cgit v1.2.3