From eb37060de5e0b69b06ac6a5af4868e169f78715a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=96man?=
Date: Sat, 19 Apr 2008 12:07:39 +0000
Subject: [PATCH] Add breakers
---
epg_xmltv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/epg_xmltv.c b/epg_xmltv.c
index 98036d12..8b2e4531 100644
--- a/epg_xmltv.c
+++ b/epg_xmltv.c
@@ -626,7 +626,7 @@ xmltv_grabber_status_long(xmltv_grabber_t *xg, int status)
switch(status) {
case XMLTV_GRABBER_UNCONFIGURED:
snprintf(buf, sizeof(buf),
- "This grabber is not configured, you need to configure it "
+ "This grabber is not configured.
You need to configure it "
"manually by running '%s --configure' in a shell",
xg->xg_path);
return buf;