From 6ec01c6d6557c484288b61cda0b2fb5bca2ba57b Mon Sep 17 00:00:00 2001 From: Runelaenen Date: Wed, 19 Aug 2015 22:35:20 +0200 Subject: [PATCH] Changed localisation strings --- data/language/english_uk.txt | 4 ++-- src/localisation/string_ids.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/language/english_uk.txt b/data/language/english_uk.txt index eaddffc88d..216f95d53c 100644 --- a/data/language/english_uk.txt +++ b/data/language/english_uk.txt @@ -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 diff --git a/src/localisation/string_ids.h b/src/localisation/string_ids.h index f1ab68af8f..40c7dead82 100644 --- a/src/localisation/string_ids.h +++ b/src/localisation/string_ids.h @@ -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,