From 6b66f9c013589432a2410dab7e9f80a854a77277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 3 Oct 2010 15:12:45 +0000 Subject: [PATCH] Fix typo. Ticket #285 --- src/webui/static/app/epg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 3831b5cb..48c04bf4 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -380,8 +380,8 @@ tvheadend.epg = function() { Ext.MessageBox.confirm('Auto Recorder', 'This will create an automatic rule that ' + - 'continously scans the EPG for programmes ' + - 'to recrod that matches this query: ' + + 'continuously scans the EPG for programmes ' + + 'to record that matches this query: ' + '

' + '
Title:
' + title + '
' + '
Channel:
' + channel + '
' +