mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Change 'entrance style' to 'station style'
This commit is contained in:
committed by
GitHub
parent
e2a91e55e5
commit
59f9476ecd
@@ -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 #
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user