mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-04-22 15:47:19 +00:00
- Missing strings.
This commit is contained in:
parent
ac238545fd
commit
a62c7fc31c
1 changed files with 3 additions and 1 deletions
|
@ -1990,7 +1990,9 @@ MISCMNU_QUERYIWAD = "Show IWAD selection dialog";
|
|||
MISCMNU_ALLCHEATS = "Enable cheats from all games";
|
||||
MISCMNU_ENABLEAUTOSAVES = "Enable autosaves";
|
||||
MISCMNU_AUTOSAVECOUNT = "Number of autosaves";
|
||||
MISCMNU_SAVELOADCONFIRMATION = "Save/Load confirmation";
|
||||
MISCMNU_SAVELOADCONFIRMATION = "Save/Load confirmation";
|
||||
MISCMNU_QUICKSAVEROTATION = "Enable quicksave rotation";
|
||||
MISCMNU_QUICKSAVECOUNT = "Number of quicksaves in rotation";
|
||||
MISCMNU_ENABLESCRIPTSCREENSHOTS = "Enable making screenshots by scripts";
|
||||
MISCMNU_DEHLOAD = "Load *.deh/*.bex lumps";
|
||||
MISCMNU_CACHENODES = "Cache nodes";
|
||||
|
|
Loading…
Reference in a new issue