Bug #119 ยป 0008-sandbox-script.lua-Fix-message-about-Disrupt-Supply-.patch
| data/sandbox/script.lua | ||
|---|---|---|
|
-- /* 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
|
||