更新音量的拼写

This commit is contained in:
undancer 2019-08-15 01:56:18 +08:00
parent f4d0766edb
commit a6b2c1cdb8
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import myvars
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()

View File

@ -49,13 +49,13 @@ class ListPage(Page):
ps._PosX = 2
self._Ps = ps
self._PsIndex = 0
# "" pkgname, label
alist = [["","Airplane","Airplane Mode"],
["","PowerOptions","Power Options"],
["","Wifi","Wi-Fi"],
["","Bluetooth","Bluetooth"],
["","Sound","Sound Volume"],
["","Sound","Sound Volume"],
["","Brightness","BackLight Brightness"],
["","Storage",""],
["","Time","Timezone"],