From 66686c786d7f5c47e984119a51001af8bfc37bbe Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sat, 16 May 2015 19:09:11 -0400 Subject: [PATCH] String cleanup. --- 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 060004ee..df7a4cad 100644 --- a/src/controller/mainController.py +++ b/src/controller/mainController.py @@ -1263,7 +1263,7 @@ class Controller(object): output.speak(_(u"Session mute on"), True) elif buffer.session.settings["sound"]["session_mute"] == True: buffer.session.settings["sound"]["session_mute"] = False - output.speak(_(u"Global mute off"), True) + output.speak(_(u"Session mute off"), True) def toggle_buffer_mute(self, *args, **kwargs): buffer = self.get_current_buffer()