From 05e9cdd339fbe155a0c5ff941267d45ae13e0cd5 Mon Sep 17 00:00:00 2001 From: Maikel Stuivenberg Date: Mon, 29 Jun 2015 22:44:15 +0200 Subject: [PATCH] Tab to spaces (txt) and move item to end of list (strings_id) --- data/language/english_uk.txt | 2 +- src/localisation/string_ids.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/language/english_uk.txt b/data/language/english_uk.txt index 52a834f1a4..dc258f115e 100644 --- a/data/language/english_uk.txt +++ b/data/language/english_uk.txt @@ -3786,4 +3786,4 @@ STR_5449 :Reduce game speed STR_5450 :Increase game speed STR_5451 :Open cheats window STR_5452 :Toggle visibility of toolbars -STR_5453 :Select another ride +STR_5453 :Select another ride diff --git a/src/localisation/string_ids.h b/src/localisation/string_ids.h index aa6125e82a..a85733b337 100644 --- a/src/localisation/string_ids.h +++ b/src/localisation/string_ids.h @@ -960,7 +960,6 @@ enum { STR_SELECT_DESIGN = 2307, STR_TRACK_DESIGNS = 2308, STR_BUILD_CUSTOM_DESIGN = 2310, - STR_SELECT_OTHER_RIDE = 5453, STR_TRACK_LIST_EXCITEMENT_RATING = 2311, STR_TRACK_LIST_INTENSITY_RATING = 2312, @@ -1760,6 +1759,8 @@ enum { STR_SHORTCUT_OPEN_CHEATS_WINDOW = 5451, STR_SHORTCUT_TOGGLE_VISIBILITY_OF_TOOLBARS = 5452, + STR_SELECT_OTHER_RIDE = 5453, + // Have to include resource strings (from scenarios and objects) for the time being now that language is partially working STR_COUNT = 32768 };