From 92a31a0fd76ef6e25c7e7f66dc5f1cae28d1d2dd Mon Sep 17 00:00:00 2001 From: Robert Jordan Date: Thu, 25 Jun 2015 12:27:57 -0400 Subject: [PATCH] Changed strings --- data/language/english_uk.txt | 3 ++- src/windows/title_command_editor.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/language/english_uk.txt b/data/language/english_uk.txt index 1747a3b5c2..de37c6b724 100644 --- a/data/language/english_uk.txt +++ b/data/language/english_uk.txt @@ -3775,6 +3775,7 @@ STR_5438 :Can't make changes while command editor is open STR_5439 :A wait command with at least 4 seconds is required with a restart command STR_5440 :Minimize fullscreen on focus loss STR_5441 :{SMALLFONT}{BLACK}Identifies rides by track type,{NEWLINE}so vehicles can be changed{NEWLINE}afterwards, like in RCT1. -STR_5442 :Speed +STR_5442 :reserved STR_5443 :Speed{MOVE_X}{87}{STRINGID} STR_5444 :Speed: +STR_5445 :Speed diff --git a/src/windows/title_command_editor.c b/src/windows/title_command_editor.c index 61746a6ea9..f7174892ea 100644 --- a/src/windows/title_command_editor.c +++ b/src/windows/title_command_editor.c @@ -43,7 +43,7 @@ TITLE_COMMAND_ORDER window_title_command_editor_orders[] = { { TITLE_SCRIPT_LOCATION, 5417, 5427 }, { TITLE_SCRIPT_ROTATE, 5419, 5428 }, { TITLE_SCRIPT_ZOOM, 5421, 5429 }, - { TITLE_SCRIPT_SPEED, 5442, 5444 }, + { TITLE_SCRIPT_SPEED, 5445, 5444 }, { TITLE_SCRIPT_WAIT, 5423, 5430 }, { TITLE_SCRIPT_RESTART, 5425, STR_NONE }, { TITLE_SCRIPT_END, 5426, STR_NONE },