From da59a0936e882b9f196923cb70266c2e6f3d24d0 Mon Sep 17 00:00:00 2001 From: Singularis Date: Thu, 26 Dec 2024 16:21:19 +0100 Subject: [ch_overrides] přidán červený efekt po sražení vlakem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- advtrains_line_automation/line_editor.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'advtrains_line_automation/line_editor.lua') diff --git a/advtrains_line_automation/line_editor.lua b/advtrains_line_automation/line_editor.lua index aabd783..1d11b14 100644 --- a/advtrains_line_automation/line_editor.lua +++ b/advtrains_line_automation/line_editor.lua @@ -160,8 +160,8 @@ local function get_formspec(custom_state) if pinfo.role ~= "new" then if has_rights_to_open_variant then if selection_index > 1 then - table.insert(formspec, "button[5,15;4.5,0.75;last_passages;posledních 10 jízd...]".. - "tooltip[last_passages;Zobrazí přehled časů posledních 10 jízd na dané variantě linky.]") + table.insert(formspec, "button[5,15;4.5,0.75;last_passages;poslední jízdy...]".. + "tooltip[last_passages;Zobrazí přehled časů několika posledních jízd na dané variantě linky.]") end table.insert(formspec, "button[10,15;4.5,0.75;save;".. ifthenelse(custom_state.compiled_linevar == nil, "ověřit změny\npřed uložením]", "uložit změny]")) -- cgit v1.2.3