1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Tab to spaces (txt) and move item to end of list (strings_id)

This commit is contained in:
Maikel Stuivenberg
2015-06-29 22:44:15 +02:00
parent 36b9d8de8a
commit 05e9cdd339
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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
};