Improve some English lines
This commit is contained in:
parent
7468ff001b
commit
cb38dc2efa
|
@ -382,9 +382,9 @@ ACT = "act"
|
|||
SOUND = "SOUND"
|
||||
MASTER_VOLUME = "Master Volume"
|
||||
MUSIC_VOLUME = "Music Volume"
|
||||
SFX_VOLUME = "Sfx Volume"
|
||||
ENV_VOLUME = "Env Volume"
|
||||
FADEOUT = "Fadeout Distant Sounds"
|
||||
SFX_VOLUME = "Sound Effects Volume"
|
||||
ENV_VOLUME = "Environment Volume"
|
||||
FADEOUT = "Fade Out Distant Sounds"
|
||||
|
||||
[LANGUAGE]
|
||||
LANGUAGE = "LANGUAGE"
|
||||
|
|
|
@ -13,7 +13,7 @@ void djui_panel_info_create(struct DjuiBase* caller) {
|
|||
snprintf(sInfo, 1024, "\
|
||||
sm64coopdx is an online multiplayer project for the \
|
||||
Super Mario 64 PC port, started by the Coop Deluxe Team.\n\
|
||||
Its purpose is to actively maintain and improve \
|
||||
It's purpose is to actively maintain and improve \
|
||||
sm64ex-coop, an original idea from djoslin0.\n\
|
||||
More features, customizability, and power to the Lua API \
|
||||
allow modders and players to enjoy Super Mario 64 \
|
||||
|
|
Loading…
Reference in New Issue