Update pages.py

This commit is contained in:
hi80482
2020-09-09 00:09:25 +08:00
committed by GitHub
parent b47479cbf3
commit 258a27acbc

View File

@@ -9,5 +9,5 @@ def InitSoundPage(main_screen):
myvars.SoundPage = SoundPage()
myvars.SoundPage._Screen = main_screen
myvars.SoundPage._Name = "Sound volume"
myvars.SoundPage._Name = "Sound Volume"
myvars.SoundPage.Init()