X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=music_sampler%2Factions%2Fstop_all_actions.py;h=14a1a945d2df34d3e7a0b5160c1879666aecb20d;hb=refs%2Fauto_backup%2Fheads%2Flocales;hp=4ea875a7ca3d6aa9c7d17c43cbdce0a32ee94ffa;hpb=7d6df771f603e9642047264f967525422ef09e99;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git 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)