diff --git a/TLM/TLM/UI/SubTools/LaneArrowTool.cs b/TLM/TLM/UI/SubTools/LaneArrowTool.cs index 9495f428f..aa500275d 100644 --- a/TLM/TLM/UI/SubTools/LaneArrowTool.cs +++ b/TLM/TLM/UI/SubTools/LaneArrowTool.cs @@ -213,13 +213,13 @@ private void GuiLaneChangeWindow(int num) { switch (res) { case SetLaneArrowError.HighwayArrows: { MainTool.ShowError( - Translation.LaneRouting.Get("Dialog.Text:Disabled due to manual connection")); + Translation.LaneRouting.Get("Dialog.Text:Disabled due to highway rules")); break; } case SetLaneArrowError.LaneConnection: { MainTool.ShowError( - Translation.LaneRouting.Get("Dialog.Text:Disabled due to highway rules")); + Translation.LaneRouting.Get("Dialog.Text:Disabled due to manual connection")); break; } }