diff options
-rw-r--r-- | modules/backend.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/backend.class b/modules/backend.class index 6c0914d57..94d284a4b 100644 --- a/modules/backend.class +++ b/modules/backend.class @@ -93,7 +93,7 @@ class backend { $this->timestamp = time(); } else { - watchdog("error", "failed to retrieve headline data from '$this->site': <PRE>$data</PRE>"); + watchdog("error", "failed to grab headlines from '$this->site': <PRE>$data</PRE>"); } } } |