Update lang_en.lua
updated the loadtext thing
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user