diff -r d1d66d1f6c8a -r fa18940f290d share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Wed Nov 04 06:56:37 2015 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua Thu Nov 05 03:08:49 2015 +0100 @@ -1517,7 +1517,7 @@ end - AddCaption(cat[cIndex],0xffba00ff,capgrpMessage) + AddCaption(loc(cat[cIndex]),0xffba00ff,capgrpMessage) AddCaption(pMode[pIndex],0xffba00ff,capgrpMessage2) wallsVisible = true else @@ -1791,7 +1791,7 @@ loc("Generator") .. ": " .. loc("Generates power.") .. "|" .. loc("Respawner") .. ": " .. loc("Resurrects dead hedgehogs.") .. "|" .. - loc("Teleporation Node") .. ": " .. loc("Allows free teleportation between other nodes.") .. "|" .. + loc("Teleportation Node") .. ": " .. loc("Allows free teleportation between other nodes.") .. "|" .. loc("Construction Station") .. ": " .. loc("Allows placement of girders, rubber-bands, mines, sticky mines and barrels.") .. "|" .. loc("Support Station") .. ": " .. loc("Allows the placement of weapons, utiliites, and health crates.") .. "|" ..