summaryrefslogtreecommitdiff
path: root/modules/ping.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ping.module')
-rw-r--r--modules/ping.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/ping.module b/modules/ping.module
index ac73fea93..4e363bb11 100644
--- a/modules/ping.module
+++ b/modules/ping.module
@@ -63,7 +63,7 @@ function ping_ping($name = '', $url = '') {
$result = $client->send($message);
if (!$result || $result->faultCode()) {
- watchdog('error', 'failed to notify "weblogs.com" (site)');
+ watchdog('error', t('failed to notify "weblogs.com" (site)'));
}
unset($client);
@@ -75,7 +75,7 @@ function ping_ping($name = '', $url = '') {
$result = $client->send($message);
if (!$result || $result->faultCode()) {
- watchdog('error', 'failed to notify "weblogs.com" (RSS)');
+ watchdog('error', t('failed to notify "weblogs.com" (RSS)'));
}
unset($client);
@@ -87,7 +87,7 @@ function ping_ping($name = '', $url = '') {
$result = $client->send($message);
if (!$result || $result->faultCode()) {
- watchdog('error', 'failed to notify "blo.gs" ');
+ watchdog('error', t('failed to notify "blo.gs"'));
}
unset($client);
@@ -99,7 +99,7 @@ function ping_ping($name = '', $url = '') {
$result = $client->send($message);
if (!$result || $result->faultCode()) {
- watchdog('error', 'failed to notify "technorati.com"');
+ watchdog('error', t('failed to notify "technorati.com"'));
}
}
?>