diff -r f8941f0b7bef -r 9f44e39d856c share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Fri Nov 02 16:26:51 2012 -0400 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Fri Nov 02 18:50:03 2012 -0400 @@ -58,12 +58,12 @@ local temp_val=0 ---för sabotage +--f?r sabotage local disallowattack=0 local disallowleft=true local disable_moving={} ---skall bytas till för alla teams +--skall bytas till f?r alla teams local continent = {} local weapontexts = { @@ -506,7 +506,7 @@ --trackTeams() ShowMission(loc("Continental supplies").." 1.1a",loc("Let a Continent provide your weapons!"), - loc("- Per team weapons|- 9 weaponschemes|- Unique new weapons| |Select continent first round with the Weapon Menu or by ([switch/tab]=Increase,[presice/left shift]=Decrease) on Skip|Some weapons have a second option. Find them with [switch/tab]"), -amLowGravity, 0) + loc("- Per team weapons|- 9 weaponschemes|- Unique new weapons| |Select continent first round with the Weapon Menu or by ([switch/tab]=Increase,[precise/left shift]=Decrease) on Skip|Some weapons have a second option. Find them with [switch/tab]"), -amLowGravity, 0) end --what happen when a turn starts @@ -1060,4 +1060,4 @@ then inpara=false end -end \ No newline at end of file +end