From 9e99d2e65f39b1d8c5d16bab5cf4f7fd635ee205 Mon Sep 17 00:00:00 2001
From: est31 <MTest31@outlook.com>
Date: Tue, 3 Feb 2015 07:44:44 +0100
Subject: rename infotext mese tube -> sorttube

---
 sorting_tubes.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sorting_tubes.lua b/sorting_tubes.lua
index 2fc4164..84a2306 100644
--- a/sorting_tubes.lua
+++ b/sorting_tubes.lua
@@ -80,7 +80,7 @@ if pipeworks.enable_mese_tube then
 						inv:set_size("line"..tostring(i), 6*1)
 					end
 					update_formspec(pos)
-					meta:set_string("infotext", "Mese pneumatic tube")
+					meta:set_string("infotext", "Sorting pneumatic tube")
 				end,
 				on_punch = update_formspec,
 				on_receive_fields = function(pos, formname, fields, sender)
-- 
cgit v1.2.3