diff options
author | Singularis <singularis@volny.cz> | 2024-12-26 16:21:19 +0100 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2025-05-27 20:22:01 +0200 |
commit | da59a0936e882b9f196923cb70266c2e6f3d24d0 (patch) | |
tree | 7dbace1a4aaee2afc6579edaded9b820b4207c2d | |
parent | d5eb55713e5df6fa4dd074ebf6ee25b64a9e7fff (diff) | |
download | advtrains-da59a0936e882b9f196923cb70266c2e6f3d24d0.tar.gz advtrains-da59a0936e882b9f196923cb70266c2e6f3d24d0.tar.bz2 advtrains-da59a0936e882b9f196923cb70266c2e6f3d24d0.zip |
[ch_overrides] přidán červený efekt po sražení vlakem
-rw-r--r-- | advtrains_line_automation/line_editor.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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]")) |