From 77ffed9bba21e5692ab5d638b2cabee5bf435d57 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Tue, 26 May 2015 22:04:24 -0400 Subject: [PATCH] Fix syntax, indentation.\ --- src/controller/mainController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/mainController.py b/src/controller/mainController.py index d82930e6..d1c85069 100644 --- a/src/controller/mainController.py +++ b/src/controller/mainController.py @@ -1033,7 +1033,7 @@ class Controller(object): elif utils.is_geocoded(tweet): return self.reverse_geocode() else: - output.speak(u_"Not actionable.",True) + output.speak(_(u"Not actionable."), True) buffer.session.sound.play("error.ogg") def url(self, *args, **kwargs):