From 0650568aeeb821fd2088d2641389b0823db671f4 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 15 Aug 2015 23:39:35 +0100 Subject: [PATCH] Improved breakdowns: Fix setting string being in the middle of a string range. Looking at or selecting the gui.stop_location setting triggered an assertion failure. Move the string out of the setting range. --- src/lang/english.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/english.txt b/src/lang/english.txt index 5428087f95..cf08b94031 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1219,8 +1219,8 @@ STR_CONFIG_SETTING_STOP_LOCATION :New train order STR_CONFIG_SETTING_STOP_LOCATION_HELPTEXT :Place where a train will stop at the platform by default. The 'near end' means close to the entry point, 'middle' means in the middle of the platform, and 'far end' means far away from the entry point. Note, that this setting only defines a default value for new orders. Individual orders can be set explicitly to either behaviour nevertheless STR_CONFIG_SETTING_STOP_LOCATION_NEAR_END :near end STR_CONFIG_SETTING_STOP_LOCATION_MIDDLE :middle -STR_CONFIG_SETTING_IMPROVED_BREAKDOWNS :Enable improved breakdowns: {STRING2} STR_CONFIG_SETTING_STOP_LOCATION_FAR_END :far end +STR_CONFIG_SETTING_IMPROVED_BREAKDOWNS :Enable improved breakdowns: {STRING2} STR_CONFIG_SETTING_AUTOSCROLL :Pan window when mouse is at the edge: {STRING2} STR_CONFIG_SETTING_AUTOSCROLL_HELPTEXT :When enabled, viewports will start to scroll when the mouse is near the edge of the window STR_CONFIG_SETTING_AUTOSCROLL_DISABLED :Disabled