aboutsummaryrefslogtreecommitdiff
path: root/music_sampler/actions/stop_all_actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'music_sampler/actions/stop_all_actions.py')
-rw-r--r--music_sampler/actions/stop_all_actions.py2
1 files changed, 1 insertions, 1 deletions
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):
11 if other_only: 11 if other_only:
12 message += " except this key" 12 message += " except this key"
13 13
14 return message 14 return _(message)