summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2014-07-03 08:16:53 +0200
committerNovatux <nathanael.courant@laposte.net>2014-07-03 08:17:20 +0200
commit5f2d09b8a9b1f07616a132736eb9692af4abc93f (patch)
treed71e56edf10e14e2305a3cbf06af6e2411b9d1d7
parent2d6f34df15600e3747939114dbfec871e8fe3f55 (diff)
Fix machine description
-rw-r--r--technic/machines/register/machine_base.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/register/machine_base.lua b/technic/machines/register/machine_base.lua
index 4cc3c71..cec424d 100644
--- a/technic/machines/register/machine_base.lua
+++ b/technic/machines/register/machine_base.lua
@@ -37,7 +37,7 @@ function technic.register_base_machine(data)
"list[current_name;src;3,1;1,1;]"..
"list[current_name;dst;5,1;2,2;]"..
"list[current_player;main;0,5;8,4;]"..
- "label[0,0;"..S("%s Grinder"):format(tier).."]"
+ "label[0,0;"..machine_desc:format(tier).."]"
if data.upgrade then
formspec = formspec..
"list[current_name;upgrade1;1,3;1,1;]"..