diff options
-rw-r--r-- | modules/ping.module | 2 | ||||
-rw-r--r-- | modules/ping/ping.module | 2 |
2 files changed, 2 insertions, 2 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.'); } } diff --git a/modules/ping/ping.module b/modules/ping/ping.module index dfc51f03f..7c4a894e9 100644 --- a/modules/ping/ping.module +++ b/modules/ping/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.'); } } |