From 07a721e7233d26dd674c12aa823a7fe4ae1c0621 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 5 Oct 2015 22:42:46 +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 74e1ba2..1c48b42 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -444,7 +444,7 @@ end end local function home() - sPhone.winOk("The 5th of october the","database will be reset") + sPhone.winOk("We wiped sID Database","for security issues") local function drawHome() local function box(x,y,text,bg,colorText,page) graphics.box(x,y,x+1+#text,y+2,bg)