Update lang_en.lua

updated the loadtext thing
This commit is contained in:
user670
2021-07-17 05:17:25 +08:00
committed by GitHub
parent 8c0b3fd31d
commit cfdba225e0

View File

@@ -1,16 +1,16 @@
local C=COLOR local C=COLOR
return{ return{
loadText={ loadText={
loadSFX="Loading SFX resources", loadSFX="Loading sound effects",
loadBGM="Loading BGM resources", loadBGM="Loading music",
loadImage="Loading image resources", loadImage="Loading graphics",
loadSkin="Loading skin resources", loadSkin="Loading skins",
loadVoice="Loading voice resources", loadVoice="Loading voice packs",
loadFont="Loading font resources", loadFont="Loading font",
loadModeIcon="Loading mode icons", loadModeIcon="Loading mode icons",
loadMode="Loading modes", loadMode="Loading modes",
loadOther="Loading other things", loadOther="Loading other assets",
finish="Loading finished", finish="Loading complete",
}, },
anykey="Press a key!", anykey="Press a key!",
sureQuit="Press again to exit", sureQuit="Press again to exit",