diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-02-05 20:02:13 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-02-06 20:38:15 +0100 |
commit | 300fefe2dc8dfa8a5cd47736cf6480380504101f (patch) | |
tree | 87d3fdb2e76d830f620fcd271271bbf621e9a796 /game/assets/localisation/locales/en_GB/menus.csv | |
parent | 576986af57db806af284bbc05a799e72f113f35c (diff) |
Add GameInfo button to MainMenu
Add clarifications to ReleaseInfoBox buttons
Diffstat (limited to 'game/assets/localisation/locales/en_GB/menus.csv')
-rw-r--r-- | game/assets/localisation/locales/en_GB/menus.csv | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/game/assets/localisation/locales/en_GB/menus.csv b/game/assets/localisation/locales/en_GB/menus.csv index f329342..67e3519 100644 --- a/game/assets/localisation/locales/en_GB/menus.csv +++ b/game/assets/localisation/locales/en_GB/menus.csv @@ -11,7 +11,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 |