mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- Missing strings.
This commit is contained in:
parent
b92ceac25f
commit
a87d8ef7e2
1 changed files with 2 additions and 0 deletions
|
@ -1919,6 +1919,7 @@ HUDMNU_TITLE = "HUD Options";
|
|||
HUDMNU_ALTHUD = "Alternative HUD";
|
||||
HUDMNU_MESSAGE = "Message Options";
|
||||
HUDMNU_UISCALE = "User interface scale";
|
||||
HUDMNU_CROSSHAIRON = "Crosshair";
|
||||
HUDMNU_CROSSHAIR = "Default Crosshair";
|
||||
HUDMNU_FORCECROSSHAIR = "Force default crosshair";
|
||||
HUDMNU_GROWCROSSHAIR = "Grow crosshair when picking up items";
|
||||
|
@ -2076,6 +2077,7 @@ MSGMNU_SHOWOBITUARIES = "Show obituaries";
|
|||
MSGMNU_SHOWSECRETS = "Show secret notifications";
|
||||
MSGMNU_MESSAGELEVEL = "Minimum message level";
|
||||
MSGMNU_CENTERMESSAGES = "Center messages";
|
||||
MSGMNU_SUBTITLES = "Subtitles";
|
||||
MSGMNU_MESSAGECOLORS = "Message Colors";
|
||||
MSGMNU_ITEMPICKUP = "Item Pickup";
|
||||
MSGMNU_OBITUARIES = "Obituaries";
|
||||
|
|
Loading…
Reference in a new issue