diff --git a/data/language/en-GB.txt b/data/language/en-GB.txt index a92f2f98f3..475630a3b9 100644 --- a/data/language/en-GB.txt +++ b/data/language/en-GB.txt @@ -4122,8 +4122,6 @@ STR_5813 :{OPENQUOTES}{STRING}{ENDQUOTES} STR_5814 :{WINDOW_COLOUR_1}{OPENQUOTES}{STRING}{ENDQUOTES} #tooltips -STR_5813 :{SMALLFONT}{BLACK}Use GPU for displaying instead of CPU. Improves compatibility with screen capture software. May slightly decrease performance. -STR_5814 :{SMALLFONT}{BLACK}Enables frame tweening for visually{NEWLINE}smoother gameplay. When disabled,{NEWLINE}the game will run at 40 FPS. STR_5815 :{SMALLFONT}{BLACK}Display FPS counter in-game STR_5816 :{SMALLFONT}{BLACK}Sets ratio to scale the game by.{NEWLINE}Most useful when playing in{NEWLINE}high resolutions STR_5817 :{SMALLFONT}{BLACK}[Requires hardware display]{NEWLINE}Sets UI scaling type @@ -4167,6 +4165,8 @@ STR_5854 :{SMALLFONT}{BLACK}Enable/disable ride music STR_5855 :{SMALLFONT}{BLACK}Set fullscreen, windowed,{NEWLINE}or borderless display STR_5856 :{SMALLFONT}{BLACK}Set game resolution when in fullscreen mode STR_5857 :{SMALLFONT}{BLACK}Game options +STR_5858 :{SMALLFONT}{BLACK}Use GPU for displaying instead of CPU. Improves compatibility with screen capture software. May slightly decrease performance. +STR_5859 :{SMALLFONT}{BLACK}Enables frame tweening for visually{NEWLINE}smoother gameplay. When disabled,{NEWLINE}the game will run at 40 FPS. ############# # Scenarios # diff --git a/src/localisation/string_ids.h b/src/localisation/string_ids.h index 5b05baddcb..6ddb800409 100644 --- a/src/localisation/string_ids.h +++ b/src/localisation/string_ids.h @@ -2461,9 +2461,9 @@ enum { STR_SHORTCUT_SHOW_MULTIPLAYER = 5812, - STR_HARDWARE_DISPLAY_TIP = 5813, + STR_HARDWARE_DISPLAY_TIP = 5858, STR_SHOW_FPS_TIP = 5815, - STR_UNCAP_FPS_TIP = 5814, + STR_UNCAP_FPS_TIP = 5859, STR_WINDOW_SCALE_TIP = 5816, STR_SCALE_QUALITY_TIP = 5817, STR_USE_NN_AT_INTEGER_SCALE_TIP = 5818,