X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=music_sampler%2Fmusic_sampler.kv;h=0432e1458aac09f9a92bd85e995fd2a5a93c2159;hb=refs%2Ftags%2F1.2.0;hp=ae5dbd7787251535b8cc907b167fd36e18e10acf;hpb=7d6df771f603e9642047264f967525422ef09e99;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/music_sampler/music_sampler.kv b/music_sampler/music_sampler.kv index ae5dbd7..0432e14 100644 --- a/music_sampler/music_sampler.kv +++ b/music_sampler/music_sampler.kv @@ -90,7 +90,7 @@ font_name: "Ubuntu" font_size: self.parent and 2 * self.parent.key_size or 42 text_size: self.size - text: "Focus lost!" + text: _("Focus lost!") : canvas: @@ -366,7 +366,7 @@ font_name: "Ubuntu" font_size: self.parent.font_size or 10 color: 0, 0, 0, 1 - text: "volume: {}%".format(self.parent.master_volume) + text: _("volume: {}%").format(self.parent.master_volume) valign: "top" size_hint: None, None size: self.texture_size[0], self.texture_size[1]