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