From 69d0eae8510b92e731a7c2a01023b0ecfe7ef6c6 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Wed, 3 Jan 2024 22:08:00 +0200
Subject: [PATCH 8/8] sandbox/script.lua: Fix message about Disrupt Supply
 Lines

See RM #119

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 data/sandbox/script.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/sandbox/script.lua b/data/sandbox/script.lua
index 5351a05ef3..55c602dfb1 100644
--- a/data/sandbox/script.lua
+++ b/data/sandbox/script.lua
@@ -465,7 +465,7 @@ function notify_unit_unit(action, actor, target)
                -- /* TRANS: German Paratroopers does Disrupt Supply Lines to your Armor. */
                _("%s %s does %s to your %s."),
                actor.owner.nation:name_translation(),
-               actor:link_Text(),
+               actor:link_text(),
                action:name_translation(),
                target:link_text())
 end
-- 
2.43.0

