From b24e895b63b1eee15a60d4bd125cd17f549abd48 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 18 Jul 2016 13:33:00 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 58cc506..840cbc8 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -882,7 +882,7 @@ end sPhone.user = name local toLabel = sPhone.user.."'s &9sPhone" toLabel = toLabel:gsub("&", string.char(0xc2)..string.char(0xa7)) - os.setComputerLabel(sPhone.user.."'s &1sPhone") + os.setComputerLabel(toLabel) visum.align("center"," All Set!",false,3) visum.align("center"," Have fun with sPhone",false,5) sleep(2)