]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler/actions/stop_all_actions.py
Make music_sampler multilingual
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler / actions / stop_all_actions.py
index 4ea875a7ca3d6aa9c7d17c43cbdce0a32ee94ffa..14a1a945d2df34d3e7a0b5160c1879666aecb20d 100644 (file)
@@ -11,4 +11,4 @@ def description(action, other_only=False, **kwargs):
     if other_only:
         message += " except this key"
 
-    return message
+    return _(message)