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 dfc51f03f..7c4a894e9 100644
--- a/modules/ping.module
+++ b/modules/ping.module
@@ -24,7 +24,7 @@ function ping_help($section) {
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%ping">Ping page</a>.', array('%ping' => 'http://drupal.org/handbook/modules/ping/')) .'</p>';
return $output;
case 'admin/modules#description':
- return('Alerts other sites when your site has been updated.');
+ return t('Alerts other sites when your site has been updated.');
}
}