diff options
author | Hop311 <Hop3114@gmail.com> | 2023-05-12 02:21:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 02:21:09 +0200 |
commit | 398ba6f05ae1bb13e59790436bf0da299e5a399d (patch) | |
tree | 68cfc1f01f6a13067417e53d1ed8547cffbb969c /game/localisation/en_GB/menus.csv | |
parent | c784a95478ec369fe9255622d40ac498b7a23079 (diff) | |
parent | 9ed9ee209ef9accebb9ec0d81ec58b569d680b6a (diff) |
Merge pull request #111 from OpenVic2Project/goods
Added Goods loading + mapmode
Diffstat (limited to 'game/localisation/en_GB/menus.csv')
-rw-r--r-- | game/localisation/en_GB/menus.csv | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv index 6a44f3a..999483f 100644 --- a/game/localisation/en_GB/menus.csv +++ b/game/localisation/en_GB/menus.csv @@ -7,7 +7,7 @@ MAINMENU_MULTIPLAYER,Multiplayer MAINMENU_OPTIONS,Options MAINMENU_CREDITS,Credits MAINMENU_EXIT,Exit -MAINMENU_CHECKSUM,Checksum %s +MAINMENU_CHECKSUM,Checksum {checksum} ,, Options OPTIONS_RESET,R @@ -70,7 +70,8 @@ DIALOG_SAVE_AND_QUIT,Save and Quit ,, Province Overview Panel province_MISSING,No Province region_MISSING,No Region -LIFE_RATING_TOOLTIP,Liferating: %d +LIFE_RATING_TOOLTIP,Liferating: {life_rating} +rgo_MISSING,No RGO building_MISSING,No Building building_fort,Fort building_naval_base,Naval Base |