aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/line_editor.lua
diff options
context:
space:
mode:
authorSingularis <singularis@volny.cz>2024-12-26 16:21:19 +0100
committerorwell <orwell@bleipb.de>2025-05-27 20:22:01 +0200
commitda59a0936e882b9f196923cb70266c2e6f3d24d0 (patch)
tree7dbace1a4aaee2afc6579edaded9b820b4207c2d /advtrains_line_automation/line_editor.lua
parentd5eb55713e5df6fa4dd074ebf6ee25b64a9e7fff (diff)
downloadadvtrains-da59a0936e882b9f196923cb70266c2e6f3d24d0.tar.gz
advtrains-da59a0936e882b9f196923cb70266c2e6f3d24d0.tar.bz2
advtrains-da59a0936e882b9f196923cb70266c2e6f3d24d0.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.lua4
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]"))