1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Changed localisation strings

This commit is contained in:
Runelaenen
2015-08-19 22:35:20 +02:00
parent d34a446d61
commit 6ec01c6d65
2 changed files with 4 additions and 4 deletions

View File

@@ -885,7 +885,7 @@ STR_0879 :Can't lower land here...
STR_0880 :Can't raise land here...
STR_0881 :Object in the way
STR_0882 :Load Game
STR_0883 :Save Game as
STR_0883 :Save Game
STR_0884 :Load Landscape
STR_0885 :Save Landscape
STR_0886 :Quit Game
@@ -3850,4 +3850,4 @@ STR_5508 :Allow loading files with incorrect checksums
STR_5509 :{SMALLFONT}{BLACK}Allows loading scenarios and saves that have an incorrect checksum, like the scenarios from the demo or damaged saves.
STR_5510 :Default sound device
STR_5511 :(UNKNOWN)
STR_5512 :Save game
STR_5512 :Save game as

View File

@@ -114,8 +114,8 @@ enum {
STR_CANT_RAISE_LAND_HERE = 880,
STR_LOAD_GAME = 882,
STR_SAVE_GAME_AS = 883,
STR_SAVE_GAME = 5512,
STR_SAVE_GAME_AS = 5512,
STR_SAVE_GAME = 883,
STR_LOAD_LANDSCAPE = 884,
STR_SAVE_LANDSCAPE = 885,
STR_QUIT_GAME = 886,