From 47ae049e056241bd7b73c0ed707eccba24b2029a Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Sun, 27 Mar 2016 15:33:16 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 5fd998f..08a7772 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -872,7 +872,9 @@ end sPhone.header("Setup") term.setCursorPos(1,1) term.setTextColor(sPhone.theme["text"]) - _G.sPhone.user = name + sPhone.user = name + local toLabel = sPhone.user.."'s &9sPhone" + toLabel = toLabel:gsub("&", string.char(0xc2)..string.char(0xa7)) os.setComputerLabel(sPhone.user.."'s sPhone") visum.align("center"," All Set!",false,3) visum.align("center"," Have fun with sPhone",false,5)