aboutsummaryrefslogtreecommitdiff
path: root/music_sampler/music_sampler.kv
diff options
context:
space:
mode:
Diffstat (limited to 'music_sampler/music_sampler.kv')
-rw-r--r--music_sampler/music_sampler.kv4
1 files changed, 2 insertions, 2 deletions
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 @@
90 font_name: "Ubuntu" 90 font_name: "Ubuntu"
91 font_size: self.parent and 2 * self.parent.key_size or 42 91 font_size: self.parent and 2 * self.parent.key_size or 42
92 text_size: self.size 92 text_size: self.size
93 text: "Focus lost!" 93 text: _("Focus lost!")
94 94
95<Screen>: 95<Screen>:
96 canvas: 96 canvas:
@@ -366,7 +366,7 @@
366 font_name: "Ubuntu" 366 font_name: "Ubuntu"
367 font_size: self.parent.font_size or 10 367 font_size: self.parent.font_size or 10
368 color: 0, 0, 0, 1 368 color: 0, 0, 0, 1
369 text: "volume: {}%".format(self.parent.master_volume) 369 text: _("volume: {}%").format(self.parent.master_volume)
370 valign: "top" 370 valign: "top"
371 size_hint: None, None 371 size_hint: None, None
372 size: self.texture_size[0], self.texture_size[1] 372 size: self.texture_size[0], self.texture_size[1]