From 9f6f7c8b9e151327f07bc0f9f87ff7a102292fa5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 4 Jun 2015 19:58:16 +0200 Subject: [PATCH] Move cheat tab tips --- src/localisation/string_ids.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/localisation/string_ids.h b/src/localisation/string_ids.h index 74fefb9676..fc9a687f5a 100644 --- a/src/localisation/string_ids.h +++ b/src/localisation/string_ids.h @@ -1033,6 +1033,12 @@ enum { STR_CHEAT_TIP_LARGE_TRAM_GUESTS = 2684, STR_CHEAT_TIP_NAUSEA = 5255, + // Cheat tab tips + STR_FINANCIAL_CHEATS_TIP = 5178, + STR_GUEST_CHEATS_TIP = 5179, + STR_PARK_CHEATS_TIP = 5180, + STR_RIDE_CHEATS_TIP = 5181, + STR_SHORTCUT_ENTRY_FORMAT = 2781, STR_SHIFT_PLUS = 2782, STR_CTRL_PLUS = 2783, @@ -1468,11 +1474,6 @@ enum { STR_FULLSCREEN_MODE = 5177, - STR_FINANCIAL_CHEATS_TIP = 5178, - STR_GUEST_CHEATS_TIP = 5179, - STR_PARK_CHEATS_TIP = 5180, - STR_RIDE_CHEATS_TIP = 5181, - STR_GIANT_SCREENSHOT = 5260, // Have to include resource strings (from scenarios and objects) for the time being now that language is partially working