summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/tvrage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tvrage.py b/modules/tvrage.py
index 05a5fa0..02675cb 100644
--- a/modules/tvrage.py
+++ b/modules/tvrage.py
@@ -44,7 +44,7 @@ class Module:
data['Next Episode'][2],
data['Airtime'][0])
else:
- return 'Can''t find airing date for \002%s\002.' % data['Show Name'][0]
+ return '\002%s\002 does not yet air.' % data['Show Name'][0]
# TODO: Fetch this from somewhere user-configurable
local_tz = pytz.timezone('Europe/Oslo')