diff options
author | Singularis <singularis@volny.cz> | 2024-12-26 16:21:19 +0100 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2025-06-17 22:45:10 +0200 |
commit | be0e1b6189477db5c9d9ca34e87a4f17fcf583e2 (patch) | |
tree | 3a45fa3ce27cf948a84facabb02c0a905113f99d /advtrains_line_automation/line_editor.lua | |
parent | dc78b1a868851031127b308243f0f016fad30158 (diff) | |
download | advtrains-be0e1b6189477db5c9d9ca34e87a4f17fcf583e2.tar.gz advtrains-be0e1b6189477db5c9d9ca34e87a4f17fcf583e2.tar.bz2 advtrains-be0e1b6189477db5c9d9ca34e87a4f17fcf583e2.zip |
[ch_overrides] přidán červený efekt po sražení vlakem
Diffstat (limited to 'advtrains_line_automation/line_editor.lua')
-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]")) |