From 8793c8bd48eb37f7807f9f1df942ed7226b934e8 Mon Sep 17 00:00:00 2001 From: ywang Date: Sun, 30 May 2021 14:57:48 +0200 Subject: make distant signal aspect dropdown labels consistent with the ones for the main aspect --- advtrains_interlocking/signal_api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advtrains_interlocking/signal_api.lua b/advtrains_interlocking/signal_api.lua index c840b4e..a969378 100644 --- a/advtrains_interlocking/signal_api.lua +++ b/advtrains_interlocking/signal_api.lua @@ -471,9 +471,9 @@ function advtrains.interlocking.show_signal_aspect_selector(pname, p_suppasp, p_ elseif spv == -1 then entry = "Expect to pass the next signal at maximum speed" elseif not spv then - entry = "No distant signal information" + entry = "No info" else - entry = string.format("Expect to pass the next signal with speed limit %d", spv) + entry = string.format("Expect to pass the next signal at speed of %d", spv) end entries[idx] = idx.."| "..entry if isasp and spv == (isasp.dst or false) then -- cgit v1.2.3