From 59f9476ecd415ca40e9e3cb6996dc6128248a12f Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Sun, 16 Dec 2018 19:38:30 +0100 Subject: [PATCH] Change 'entrance style' to 'station style' --- data/language/en-GB.txt | 2 +- src/openrct2-ui/windows/Ride.cpp | 2 +- src/openrct2/localisation/StringIds.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/language/en-GB.txt b/data/language/en-GB.txt index e452e11f12..cc207bb2f3 100644 --- a/data/language/en-GB.txt +++ b/data/language/en-GB.txt @@ -3722,7 +3722,7 @@ STR_6271 :Terrain Edges STR_6272 :Stations STR_6273 :Music STR_6274 :Can't set colour scheme... -STR_6275 :{WINDOW_COLOUR_2}Entrance style: +STR_6275 :{WINDOW_COLOUR_2}Station style: ############# # Scenarios # diff --git a/src/openrct2-ui/windows/Ride.cpp b/src/openrct2-ui/windows/Ride.cpp index dd14e766fe..077cad7f94 100644 --- a/src/openrct2-ui/windows/Ride.cpp +++ b/src/openrct2-ui/windows/Ride.cpp @@ -4916,7 +4916,7 @@ static void window_ride_colour_paint(rct_window* w, rct_drawpixelinfo* dpi) } } - gfx_draw_string_left_clipped(dpi, STR_ENTRANCE_STYLE, gCommonFormatArgs, COLOUR_BLACK, w->x + 3, w->y + 103, 97); + gfx_draw_string_left_clipped(dpi, STR_STATION_STYLE, gCommonFormatArgs, COLOUR_BLACK, w->x + 3, w->y + 103, 97); } } diff --git a/src/openrct2/localisation/StringIds.h b/src/openrct2/localisation/StringIds.h index e4fa436672..bf38aa8b09 100644 --- a/src/openrct2/localisation/StringIds.h +++ b/src/openrct2/localisation/StringIds.h @@ -3893,7 +3893,7 @@ enum STR_CANT_SET_COLOUR_SCHEME = 6274, - STR_ENTRANCE_STYLE = 6275, + STR_STATION_STYLE = 6275, // Have to include resource strings (from scenarios and objects) for the time being now that language is partially working STR_COUNT = 32768