From: Taapat Date: Sat, 14 Nov 2015 17:04:56 +0000 (+0200) Subject: Fix typo in TimerEdit introduced in 5bfae0474871fb123566d38f4493bef10d2dc9ae X-Git-Url: http://git.vuplus-community.net/?p=openblackhole%2Fopenblackhole-enigma2.git;a=commitdiff_plain;h=e805ee9da0f094bdbcb93e9641d33d5e1e28e011 Fix typo in TimerEdit introduced in 5bfae0474871fb123566d38f4493bef10d2dc9ae (cherry picked from commit 42bdacd756d0d382aa9f7fdd84b7b6a58e6d4d79) Signed-off-by: Erik Slagter --- diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index a2c68f1..c262d05 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -358,7 +358,7 @@ class TimerSanityConflict(Screen): self.list.append((timer[count], False)) count += 1 if count == 1: - self.setTitle((_("Channel in not in services list"))) + self.setTitle((_("Channel not in services list"))) else: self.setTitle(_("Timer sanity error"))