diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-02-06 20:47:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 20:47:12 +0100 |
commit | 4bcf96c485408dec67264168b74eded2a912876e (patch) | |
tree | f383c29fe07145e8cda76456a7f99d5b89b52158 /game/assets/localisation/locales/en_US | |
parent | 0ed206d613109dad159e51f677bd1b56e9e5bd3e (diff) | |
parent | 300fefe2dc8dfa8a5cd47736cf6480380504101f (diff) |
Merge pull request #205 from Spartan322/fixup/game-info
Add GameInfo button to MainMenu
Diffstat (limited to 'game/assets/localisation/locales/en_US')
-rw-r--r-- | game/assets/localisation/locales/en_US/menus.csv | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/game/assets/localisation/locales/en_US/menus.csv b/game/assets/localisation/locales/en_US/menus.csv index 1312f3b..3b4b9e8 100644 --- a/game/assets/localisation/locales/en_US/menus.csv +++ b/game/assets/localisation/locales/en_US/menus.csv @@ -7,7 +7,11 @@ MAINMENU_MULTIPLAYER;Multiplayer MAINMENU_OPTIONS;Options MAINMENU_CREDITS;Credits MAINMENU_EXIT;Exit -MAINMENU_CHECKSUM;Checksum {checksum} +MAIMENU_LATEST_RELEASE_NAME;Latest Release Name: {release_name} +MAIMENU_COMMIT;Commit: {short_hash} +MAINMENU_CHECKSUM;Checksum: {short_checksum} +MAINMENU_CHECKSUM_TOOLTIP;Checksum {checksum} +MAINMENU_GAME_INFO;Game Info ;; Options OPTIONS_RESET;R |