From 6a3271735186a2b4d3c500f4f60c0c03a12bdd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 29 Jul 2016 18:15:03 +0200 Subject: Make music_sampler multilingual --- music_sampler/actions/stop_all_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'music_sampler/actions/stop_all_actions.py') diff --git a/music_sampler/actions/stop_all_actions.py b/music_sampler/actions/stop_all_actions.py index 4ea875a..14a1a94 100644 --- a/music_sampler/actions/stop_all_actions.py +++ b/music_sampler/actions/stop_all_actions.py @@ -11,4 +11,4 @@ def description(action, other_only=False, **kwargs): if other_only: message += " except this key" - return message + return _(message) -- cgit v1.2.3