aboutsummaryrefslogtreecommitdiff
path: root/music_sampler/actions/stop_all_actions.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-29 18:15:03 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-29 18:44:42 +0200
commit6a3271735186a2b4d3c500f4f60c0c03a12bdd2f (patch)
treee5ceaf01ba400b1ef552fbeec92919826200cd30 /music_sampler/actions/stop_all_actions.py
parent7d6df771f603e9642047264f967525422ef09e99 (diff)
downloadMusicSampler-6a3271735186a2b4d3c500f4f60c0c03a12bdd2f.tar.gz
MusicSampler-6a3271735186a2b4d3c500f4f60c0c03a12bdd2f.tar.zst
MusicSampler-6a3271735186a2b4d3c500f4f60c0c03a12bdd2f.zip
Make music_sampler multilingual1.2.0
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)